fields_to_store = ['air_temperature', 'air_pressure', 'eastward_wind',
'northward_wind', 'air_pressure_on_interface_levels',
'surface_pressure', 'upwelling_longwave_flux_in_air',
'specific_humidity', 'surface_temperature',
'latitude', 'longitude',
'convective_heating_rate']
Thank you.
In the example
full_radiation_gcm_energy_balanced.pyon the GitHub, the following is included:Is there a way I can see a list of all of the possible fields I can store within
climt?Thank you.