From c62e1a648dfb6f40a10396b0a39625bf430b3d3c Mon Sep 17 00:00:00 2001 From: ntlewis Date: Wed, 28 Feb 2024 16:00:04 +0000 Subject: [PATCH] tidy comments --- exp/test_cases/column_test_case/column_test.py | 10 +++++----- .../column_test_case/column_test_rrtm_ozone.py | 10 +++++----- .../column_test_case/column_test_socrates_ozone.py | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/exp/test_cases/column_test_case/column_test.py b/exp/test_cases/column_test_case/column_test.py index bf7e5639a..1e9e40317 100644 --- a/exp/test_cases/column_test_case/column_test.py +++ b/exp/test_cases/column_test_case/column_test.py @@ -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 @@ -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 @@ -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 diff --git a/exp/test_cases/column_test_case/column_test_rrtm_ozone.py b/exp/test_cases/column_test_case/column_test_rrtm_ozone.py index 289ae4b2d..4dbe7ead7 100644 --- a/exp/test_cases/column_test_case/column_test_rrtm_ozone.py +++ b/exp/test_cases/column_test_case/column_test_rrtm_ozone.py @@ -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 @@ -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 @@ -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 diff --git a/exp/test_cases/column_test_case/column_test_socrates_ozone.py b/exp/test_cases/column_test_case/column_test_socrates_ozone.py index 8bcc4a479..2441811fd 100644 --- a/exp/test_cases/column_test_case/column_test_socrates_ozone.py +++ b/exp/test_cases/column_test_case/column_test_socrates_ozone.py @@ -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 @@ -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 @@ -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