Skip to content

Commit

Permalink
Merge pull request #307 from grantfirl/update_vgrid
Browse files Browse the repository at this point in the history
Update scm_vgrid and UI
  • Loading branch information
grantfirl authored Apr 11, 2022
2 parents 8574f5b + 23875a0 commit 548a2fa
Show file tree
Hide file tree
Showing 72 changed files with 2,679 additions and 2,182 deletions.
2 changes: 2 additions & 0 deletions scm/etc/CENTOS_docker_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo "Setting environment variables for SCM-CCPP on CENTOS with gcc/gfortran"

export SCM_ROOT=$PWD

export CC=/opt/rh/devtoolset-9/root/usr/bin/gcc
export CXX=/opt/rh/devtoolset-9/root/usr/bin/g++
export F77=/opt/rh/devtoolset-9/root/usr/bin/gfortran
Expand Down
2 changes: 2 additions & 0 deletions scm/etc/Cheyenne_setup_gnu.csh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo "Setting environment variables for CCPP-SCM on Cheyenne with gcc/gfortran"

setenv SCM_ROOT $PWD

#start with a "clean" environment; activate and deactivate ncar_pylib in order to successfully deactivate previously activated environment without errors
module load ncarenv/1.3
ncar_pylib
Expand Down
2 changes: 2 additions & 0 deletions scm/etc/Cheyenne_setup_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo "Setting environment variables for CCPP-SCM on Cheyenne with gcc/gfortran"

export SCM_ROOT=$PWD

#start with a "clean" environment; activate and deactivate ncar_pylib in order to successfully deactivate previously activated environment without errors
module load ncarenv/1.3
ncar_pylib
Expand Down
2 changes: 2 additions & 0 deletions scm/etc/Cheyenne_setup_intel.csh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo "Setting environment variables for CCPP-SCM on Cheyenne with icc/ifort"

setenv SCM_ROOT $PWD

#start with a "clean" environment; activate and deactivate ncar_pylib in order to successfully deactivate previously activated environment without errors
module load ncarenv/1.3
ncar_pylib
Expand Down
3 changes: 2 additions & 1 deletion scm/etc/Cheyenne_setup_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo "Setting environment variables for CCPP-SCM on Cheyenne with icc/ifort"

export SCM_ROOT=$PWD

#start with a "clean" environment; activate and deactivate ncar_pylib in order to successfully deactivate previously activated environment without errors
module load ncarenv/1.3
ncar_pylib
Expand Down Expand Up @@ -53,4 +55,3 @@ if [ $? -ne 0 ]; then
else
echo "f90nml is installed"
fi

2 changes: 2 additions & 0 deletions scm/etc/Desktop_setup_gfortran.csh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo "Setting environment variables for CCPP-SCM on Desktop (MacOS) with gcc/gfortran"

setenv SCM_ROOT $PWD

echo "Setting CC/CXX/FC environment variables"
setenv CC /opt/local/bin/gcc-mp-10
setenv CXX /opt/local/bin/g++-mp-10
Expand Down
2 changes: 2 additions & 0 deletions scm/etc/Desktop_setup_gfortran.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo "Setting environment variables for CCPP-SCM on Desktop (MacOS) with gcc/gfortran"

export SCM_ROOT=$PWD

echo "Setting CC/CXX/FC environment variables"
export CC=/opt/local/bin/gcc-mp-10
export CXX=/opt/local/bin/g++-mp-10
Expand Down
2 changes: 2 additions & 0 deletions scm/etc/Hera_setup_intel.csh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo "Setting environment variables for CCPP-SCM on Hera with icc/ifort"

setenv SCM_ROOT $PWD

#load the modules in order to compile the CCPP SCM
echo "Loading intel and netcdf modules..."
module purge
Expand Down
2 changes: 2 additions & 0 deletions scm/etc/Hera_setup_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo "Setting environment variables for CCPP-SCM on Hera with icc/ifort"

export SCM_ROOT=$PWD

#load the modules in order to compile the CCPP SCM
echo "Loading intel and netcdf modules..."
module purge
Expand Down
11 changes: 0 additions & 11 deletions scm/etc/case_config/AMMA_REF.nml
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'AMMA_REF',
input_type = 1
dt = 600.0,
time_scheme = 1,
n_itt_out = 1,
n_itt_diag = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/DEPHY-SCM/AMMA/REF',
vert_coord_data_dir = '../data/vert_coord_data',
lsm_ics = .false.,
do_spinup = .false.,
spinup_timesteps = 0,
reference_profile_choice = 2,
reference_profile_dir = '../data/processed_case_input'
column_area = 1.45E8,
$end
10 changes: 0 additions & 10 deletions scm/etc/case_config/ARMCU_E3SM.nml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'ARMCU_E3SM',
input_type = 1
dt = 600.0,
time_scheme = 1,
n_itt_out = 1,
n_itt_diag = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/DEPHY-SCM/ARMCU/E3SM',
vert_coord_data_dir = '../data/vert_coord_data',
lsm_ics = .false.,
do_spinup = .false.,
spinup_timesteps = 0,
Expand Down
10 changes: 0 additions & 10 deletions scm/etc/case_config/ARMCU_MESONH.nml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'ARMCU_MESONH',
input_type = 1
dt = 600.0,
time_scheme = 1,
n_itt_out = 1,
n_itt_diag = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/DEPHY-SCM/ARMCU/MESONH',
vert_coord_data_dir = '../data/vert_coord_data',
lsm_ics = .false.,
do_spinup = .false.,
spinup_timesteps = 0,
Expand Down
11 changes: 0 additions & 11 deletions scm/etc/case_config/ARMCU_REF.nml
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'ARMCU_REF',
input_type = 1
dt = 600.0,
time_scheme = 1,
n_itt_out = 1,
n_itt_diag = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/DEPHY-SCM/ARMCU/REF',
vert_coord_data_dir = '../data/vert_coord_data',
lsm_ics = .false.,
do_spinup = .false.,
spinup_timesteps = 0,
reference_profile_choice = 2,
reference_profile_dir = '../data/processed_case_input'
column_area = 1.45E8,
$end
10 changes: 0 additions & 10 deletions scm/etc/case_config/AYOTTE_00SC.nml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'AYOTTE_00SC',
input_type = 1
dt = 600.0,
time_scheme = 1,
n_itt_out = 1,
n_itt_diag = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/DEPHY-SCM/AYOTTE/00SC',
vert_coord_data_dir = '../data/vert_coord_data',
lsm_ics = .false.,
do_spinup = .false.,
spinup_timesteps = 0,
Expand Down
10 changes: 0 additions & 10 deletions scm/etc/case_config/BOMEX_REF.nml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'BOMEX_REF',
input_type = 1
dt = 600.0,
time_scheme = 1,
n_itt_out = 1,
n_itt_diag = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/DEPHY-SCM/BOMEX/REF',
vert_coord_data_dir = '../data/vert_coord_data',
lsm_ics = .false.,
do_spinup = .false.,
spinup_timesteps = 0,
Expand Down
10 changes: 0 additions & 10 deletions scm/etc/case_config/DYNAMO_NSA3a.nml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'DYNAMO_NSA3a',
input_type = 1
dt = 600.0,
time_scheme = 1,
n_itt_out = 1,
n_itt_diag = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/DEPHY-SCM/DYNAMO/NSA3a',
vert_coord_data_dir = '../data/vert_coord_data',
lsm_ics = .false.,
do_spinup = .false.,
spinup_timesteps = 0,
Expand Down
10 changes: 0 additions & 10 deletions scm/etc/case_config/DYNAMO_NSA3a_D1.nml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'DYNAMO_NSA3a_D1',
input_type = 1
dt = 600.0,
time_scheme = 1,
n_itt_out = 1,
n_itt_diag = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/DEPHY-SCM/DYNAMO/NSA3a_D1',
vert_coord_data_dir = '../data/vert_coord_data',
lsm_ics = .false.,
do_spinup = .false.,
spinup_timesteps = 0,
Expand Down
10 changes: 0 additions & 10 deletions scm/etc/case_config/GABLS1_REF.nml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'GABLS1_REF',
input_type = 1
dt = 600.0,
time_scheme = 1,
n_itt_out = 1,
n_itt_diag = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/DEPHY-SCM/GABLS1/REF',
vert_coord_data_dir = '../data/vert_coord_data',
lsm_ics = .false.,
do_spinup = .false.,
spinup_timesteps = 0,
Expand Down
10 changes: 0 additions & 10 deletions scm/etc/case_config/IHOP_REF.nml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'IHOP_REF',
input_type = 1
dt = 600.0,
time_scheme = 1,
n_itt_out = 1,
n_itt_diag = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/DEPHY-SCM/IHOP/REF',
vert_coord_data_dir = '../data/vert_coord_data',
lsm_ics = .false.,
do_spinup = .false.,
spinup_timesteps = 0,
Expand Down
9 changes: 0 additions & 9 deletions scm/etc/case_config/LASSO_2016051812.nml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'LASSO_2016051812',
dt = 600.0,
time_scheme = 1,
runtime = 54000,
n_itt_out = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/processed_case_input',
vert_coord_data_dir = '../data/vert_coord_data',
thermo_forcing_type = 2,
mom_forcing_type = 3,
relax_time = 7200.0,
Expand Down
9 changes: 0 additions & 9 deletions scm/etc/case_config/LASSO_2016051812_MSDA.nml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'LASSO_2016051812_MSDA',
dt = 600.0,
time_scheme = 1,
runtime = 54000,
n_itt_out = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/processed_case_input',
vert_coord_data_dir = '../data/vert_coord_data',
thermo_forcing_type = 2,
mom_forcing_type = 3,
relax_time = 7200.0,
Expand Down
9 changes: 0 additions & 9 deletions scm/etc/case_config/LASSO_2016051812_VARA.nml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'LASSO_2016051812_VARA',
dt = 600.0,
time_scheme = 1,
runtime = 54000,
n_itt_out = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/processed_case_input',
vert_coord_data_dir = '../data/vert_coord_data',
thermo_forcing_type = 2,
mom_forcing_type = 3,
relax_time = 7200.0,
Expand Down
9 changes: 0 additions & 9 deletions scm/etc/case_config/LASSO_20180514_s02.nml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'LASSO_20180514_s02',
dt = 600.0,
time_scheme = 1,
runtime = 54000,
n_itt_out = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/processed_case_input',
vert_coord_data_dir = '../data/vert_coord_data',
thermo_forcing_type = 2,
mom_forcing_type = 3,
relax_time = 7200.0,
Expand Down
9 changes: 0 additions & 9 deletions scm/etc/case_config/LASSO_20180522_s02.nml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'LASSO_20180522_s02',
dt = 600.0,
time_scheme = 1,
runtime = 54000,
n_itt_out = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/processed_case_input',
vert_coord_data_dir = '../data/vert_coord_data',
thermo_forcing_type = 2,
mom_forcing_type = 3,
relax_time = 7200.0,
Expand Down
9 changes: 0 additions & 9 deletions scm/etc/case_config/LASSO_20180606_s02.nml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'LASSO_20180606_s02',
dt = 600.0,
time_scheme = 1,
runtime = 54000,
n_itt_out = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/processed_case_input',
vert_coord_data_dir = '../data/vert_coord_data',
thermo_forcing_type = 2,
mom_forcing_type = 3,
relax_time = 7200.0,
Expand Down
9 changes: 0 additions & 9 deletions scm/etc/case_config/LASSO_20180618_s02.nml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'LASSO_20180618_s02',
dt = 600.0,
time_scheme = 1,
runtime = 54000,
n_itt_out = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/processed_case_input',
vert_coord_data_dir = '../data/vert_coord_data',
thermo_forcing_type = 2,
mom_forcing_type = 3,
relax_time = 7200.0,
Expand Down
9 changes: 0 additions & 9 deletions scm/etc/case_config/LASSO_20180619_s02.nml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
$case_config
model_name = 'FV3',
n_columns = 1,
case_name = 'LASSO_20180619_s02',
dt = 600.0,
time_scheme = 1,
runtime = 54000,
n_itt_out = 1,
n_levels = 64,
output_file = 'output',
case_data_dir = '../data/processed_case_input',
vert_coord_data_dir = '../data/vert_coord_data',
thermo_forcing_type = 2,
mom_forcing_type = 3,
relax_time = 7200.0,
Expand Down
Loading

0 comments on commit 548a2fa

Please sign in to comment.