Skip to content

Commit

Permalink
add test for --usr_mech_infile
Browse files Browse the repository at this point in the history
  • Loading branch information
annlew committed Aug 13, 2024
1 parent b6bd91a commit f6ecdc1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cime_config/testmods_dirs/allactive/mychem/shell_commands
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
cp /proj/bolinc/users/x_alewi/NorESM2/noresm_el9/cases/cpp_chem_test2/my_chem_mech.in .
rm -f $CIMEROOT/../components/cam/chem_proc/campp

cp $CIMEROOT/../components/cam/src/chemistry/pp_trop_mam_oslo/chem_mech.in my_chem_mech.in
sed -i 's/2.9/8.8/' my_chem_mech.in
sed -i 's/BEGSIM/*BEGSIM/' my_chem_mech.in
sed -i 's/ENDSIM/*ENDSIM/' my_chem_mech.in

./xmlchange --append CAM_CONFIG_OPTS="--usr_mech_infile `pwd`/my_chem_mech.in"

0 comments on commit f6ecdc1

Please sign in to comment.