Skip to content

Commit

Permalink
Add connectivity between GOCART2G aerosols and GMI chem
Browse files Browse the repository at this point in the history
  • Loading branch information
vvalenti committed Mar 23, 2023
1 parent b6065bb commit 7e14611
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gmichem_setup
Original file line number Diff line number Diff line change
Expand Up @@ -2974,14 +2974,6 @@ if( $LACHEM == TRUE ) then
/bin/mv $EXPDIR/RC/GEOS_ChemGridComp.rc $EXPDIR/RC/GEOS_ChemGridComp.tmp
cat $EXPDIR/RC/GEOS_ChemGridComp.tmp | \
awk '{ if ($1~"ENABLE_ACHEM:") { sub(/FALSE/,"TRUE") }; print }' > $EXPDIR/RC/GEOS_ChemGridComp.rc

/bin/mv $CHEMREG_OPS $CHEMREG_OPS.tmp
cat $CHEMREG_OPS.tmp | awk '{ if ( $1 ~ "doing_OCS:" ) { sub(/no/, "yes" ) }; print }' > $CHEMREG_OPS
/bin/rm $CHEMREG_OPS.tmp

/bin/mv $CHEMREG_AMIP $CHEMREG_AMIP.tmp
cat $CHEMREG_AMIP.tmp | awk '{ if ( $1 ~ "doing_OCS:" ) { sub(/no/, "yes" ) }; print }' > $CHEMREG_AMIP
/bin/rm $CHEMREG_AMIP.tmp
else
/bin/mv $EXPDIR/RC/GEOS_ChemGridComp.rc $EXPDIR/RC/GEOS_ChemGridComp.tmp
cat $EXPDIR/RC/GEOS_ChemGridComp.tmp | \
Expand Down

0 comments on commit 7e14611

Please sign in to comment.