Skip to content

Commit

Permalink
modify ape_aquaplanet experiment so that it runs with gfortran (conve…
Browse files Browse the repository at this point in the history
…rt some nml inputs from float to int)
  • Loading branch information
ntlewis committed Feb 29, 2024
1 parent 123c5c2 commit dd8d134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exp/test_cases/ape_aquaplanet/socrates_ape_aquaplanet_T42.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
'do_read_ozone': True,
'ozone_file_name':'ozone_1990',
'ozone_field_name':'ozone_1990',
'dt_rad':4320.,
'solday':90., #turn off seasonal cycle - diurnal by default
'dt_rad':4320,
'solday':90, #turn off seasonal cycle - diurnal by default
'co2_ppmv':348.0,
'store_intermediate_rad':True,
'chunk_size': 16,
Expand Down

0 comments on commit dd8d134

Please sign in to comment.