Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/Applications/GEOSctm_App/ctm_setup
Original file line number Diff line number Diff line change
Expand Up @@ -3349,13 +3349,6 @@ else if ( $ctmGMI == TRUE ) then
/bin/mv -f $EXPDIR/RC/GMI_GridComp.tmp $EXPDIR/RC/GMI_GridComp.rc
endif

# Fields like LFC are not available from ExtData nor CTMenv at this point
# -----------------------------------------------------------------------
/bin/mv $EXPDIR/RC/ChemEnv.rc $EXPDIR/RC/ChemEnv.tmp
cat $EXPDIR/RC/ChemEnv.tmp | \
awk '{ if ($1~"useImportedCape:") { sub(/TRUE/,"FALSE") }; print }' > $EXPDIR/RC/ChemEnv.rc
/bin/rm $EXPDIR/RC/ChemEnv.tmp

# Turn on GEOS-Chem
# -----------
else if ( $ctmGEOS_Chem == TRUE ) then
Expand Down Expand Up @@ -3489,6 +3482,13 @@ if( $RATS_PROVIDER == PCHEM ) then
end
endif

# Fields like LFC are not available from ExtData nor CTMenv at this point
# -----------------------------------------------------------------------
/bin/mv $EXPDIR/RC/ChemEnv.rc $EXPDIR/RC/ChemEnv.tmp
cat $EXPDIR/RC/ChemEnv.tmp | \
awk '{ if ($1~"useImportedCape:") { sub(/TRUE/,"FALSE") }; print }' > $EXPDIR/RC/ChemEnv.rc
/bin/rm $EXPDIR/RC/ChemEnv.tmp


#######################################################################
# Echo Settings and Messages
Expand Down