Skip to content

Commit

Permalink
change initial specific humidity to q=1e-3, so that stratospheric q i…
Browse files Browse the repository at this point in the history
…sn't trivially determined by the initial condition
  • Loading branch information
ntlewis committed Feb 28, 2024
1 parent bf8fe9d commit 8556034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exp/test_cases/column_test_case/column_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
'lat_max': 1, # number of columns in latitude, precise
# latitude can be set in column_grid_nml if only 1 lat used.
'num_levels': 31, # number of levels
'initial_sphum': 1e-6,
'initial_sphum': 1e-3,
'q_decrease_only':True, # constrain q in stratosphere
},

Expand Down
2 changes: 1 addition & 1 deletion exp/test_cases/column_test_case/column_test_rrtm_ozone.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
'lat_max': 1, # number of columns in latitude, precise
# latitude can be set in column_grid_nml if only 1 lat used.
'num_levels': 50, # number of levels
'initial_sphum': 1e-6,
'initial_sphum': 1e-3,
'vert_coord_option': 'even_sigma',
'q_decrease_only':True # constrain q in stratosphere
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
'lat_max': 1, # number of columns in latitude, precise
# latitude can be set in column_grid_nml if only 1 lat used.
'num_levels': 50, # number of levels
'initial_sphum': 1e-6,
'initial_sphum': 1e-3,
'vert_coord_option': 'even_sigma',
'q_decrease_only':True, # constrain q in stratosphere
},
Expand Down

0 comments on commit 8556034

Please sign in to comment.