Skip to content

Commit

Permalink
tidy comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlewis committed Feb 28, 2024
1 parent 8556034 commit c62e1a6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions exp/test_cases/column_test_case/column_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
#'global_average': True # don't use this option at the moment
},

# set initial condition, NOTE: currently there is not an option to read in initial condition from a file.
# set initial condition, NOTE: currently there is not an option to read in initial condition from a file (aside from a restart file).
'column_init_cond_nml': {
'initial_temperature': 264., # initial atmospheric temperature
'surf_geopotential': 0.0, # applied to all columns
Expand All @@ -119,10 +119,10 @@

'idealized_moist_phys_nml': {
'do_damping': False, # no damping in column model, surface wind prescribed
'turb':True, # DONT WANT TO USE THIS, BUT NOT DOING SO IS STOPPING MIXED LAYER FROM WORKING
'mixed_layer_bc':True, # need surface, how is this trying to modify the wind field? ****
'turb':True,
'mixed_layer_bc':True,
'do_simple': True, # simple RH calculation
'roughness_mom': 3.21e-05, # DONT WANT TO USE THIS, BUT NOT DOING SO IS STOPPING MIXED LAYER FROM WORKING
'roughness_mom': 3.21e-05,
'roughness_heat':3.21e-05,
'roughness_moist':3.21e-05,
'two_stream_gray': True, #Use grey radiation
Expand Down Expand Up @@ -153,7 +153,7 @@
'old_dtaudv': True
},

'vert_turb_driver_nml': { # DONT WANT TO USE THIS, BUT NOT DOING SO IS STOPPING MIXED LAYER FROM WORKING
'vert_turb_driver_nml': {
'do_mellor_yamada': False, # default: True
'do_diffusivity': True, # default: False
'do_simple': True, # default: False
Expand Down
10 changes: 5 additions & 5 deletions exp/test_cases/column_test_case/column_test_rrtm_ozone.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
'global_average': True # don't use this option at the moment
},

# set initial condition, NOTE: currently there is not an option to read in initial condition from a file.
# set initial condition, NOTE: currently there is not an option to read in initial condition from a file (aside from a restart file).
'column_init_cond_nml': {
'initial_temperature': 264., # initial atmospheric temperature
'surf_geopotential': 0.0, # applied to all columns
Expand All @@ -126,10 +126,10 @@

'idealized_moist_phys_nml': {
'do_damping': False, # no damping in column model, surface wind prescribed
'turb':True, # DONT WANT TO USE THIS, BUT NOT DOING SO IS STOPPING MIXED LAYER FROM WORKING
'mixed_layer_bc':True, # need surface, how is this trying to modify the wind field? ****
'turb':True,
'mixed_layer_bc':True,
'do_simple': True, # simple RH calculation
'roughness_mom': 3.21e-05, # DONT WANT TO USE THIS, BUT NOT DOING SO IS STOPPING MIXED LAYER FROM WORKING
'roughness_mom': 3.21e-05,
'roughness_heat':3.21e-05,
'roughness_moist':3.21e-05,
'two_stream_gray': False, #Use grey radiation
Expand Down Expand Up @@ -163,7 +163,7 @@
'old_dtaudv': True
},

'vert_turb_driver_nml': { # DONT WANT TO USE THIS, BUT NOT DOING SO IS STOPPING MIXED LAYER FROM WORKING
'vert_turb_driver_nml': {
'do_mellor_yamada': False, # default: True
'do_diffusivity': True, # default: False
'do_simple': True, # default: False
Expand Down
10 changes: 5 additions & 5 deletions exp/test_cases/column_test_case/column_test_socrates_ozone.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
'global_average': True # don't use this option at the moment
},

# set initial condition, NOTE: currently there is not an option to read in initial condition from a file.
# set initial condition, NOTE: currently there is not an option to read in initial condition from a file (aside from a restart file).
'column_init_cond_nml': {
'initial_temperature': 264., # initial atmospheric temperature
'surf_geopotential': 0.0, # applied to all columns
Expand All @@ -136,10 +136,10 @@

'idealized_moist_phys_nml': {
'do_damping': False, # no damping in column model, surface wind prescribed
'turb':True, # DONT WANT TO USE THIS, BUT NOT DOING SO IS STOPPING MIXED LAYER FROM WORKING
'mixed_layer_bc':True, # need surface, how is this trying to modify the wind field? ****
'turb':True,
'mixed_layer_bc':True,
'do_simple': True, # simple RH calculation
'roughness_mom': 3.21e-05, # DONT WANT TO USE THIS, BUT NOT DOING SO IS STOPPING MIXED LAYER FROM WORKING
'roughness_mom': 3.21e-05,
'roughness_heat':3.21e-05,
'roughness_moist':3.21e-05,
'two_stream_gray': False, #Use grey radiation
Expand Down Expand Up @@ -181,7 +181,7 @@
'old_dtaudv': True
},

'vert_turb_driver_nml': { # DONT WANT TO USE THIS, BUT NOT DOING SO IS STOPPING MIXED LAYER FROM WORKING
'vert_turb_driver_nml': {
'do_mellor_yamada': False, # default: True
'do_diffusivity': True, # default: False
'do_simple': True, # default: False
Expand Down

0 comments on commit c62e1a6

Please sign in to comment.