[Ncep.list.fv3-announce] fv3gfs r96119: corret the description of nst_anl. it meant for sst ...

Samuel.Trahan at noaa.gov Samuel.Trahan at noaa.gov
Fri Jul 28 21:28:11 UTC 2017


Friendly fv3gfs developers,

This is an automated email about a fv3gfs commit.

Project: fv3gfs
URL: https://svnemc.ncep.noaa.gov/projects/fv3gfs/trunk
Revision: 96119
Author:   fanglin.yang at noaa.gov
Date:     2017-07-28T21:24:01.914318Z
Message:
corret the description of nst_anl. it meant for sst orographic adjustment over lakes rather than whether ot not to include nsst


Differences:
Index: checkout/global_shared.v15.0.0/ush/global_chgres_driver.sh
===================================================================
--- checkout/global_shared.v15.0.0/ush/global_chgres_driver.sh	(revision 96049)
+++ checkout/global_shared.v15.0.0/ush/global_chgres_driver.sh	(revision 96119)
@@ -27,7 +27,7 @@
 export LEVS=${LEVS:-65}
 export LSOIL=${LSOIL:-4}
 export ictype=${ictype:-nemsgfs}             # nemsgfs for q3fy17 gfs with new land datasets; opsgfs for q2fy16 gfs.
-export nst_anl=${nst_anl:-".false."}         # to include NST analysis
+export nst_anl=${nst_anl:-".false."}         # false means to do sst orographic adjustment for lakes
 
 export VERBOSE=YES
 pwd=$(pwd)
@@ -198,7 +198,6 @@
    exit $rc
  fi
  mv ${DATA}/out.sfc.tile${tile}.nc $OUTDIR/sfc_data.tile${tile}.nc
- [[ $nst_anl = ".true." ]] && mv ${DATA}/out.nst.tile${tile}.nemsio $OUTDIR/nst_data.tile${tile}.nemsio
 tile=`expr $tile + 1 `
 done
 
-------------- next part --------------
Index: checkout/global_shared.v15.0.0/ush/global_chgres_driver.sh
===================================================================
--- checkout/global_shared.v15.0.0/ush/global_chgres_driver.sh	(revision 96049)
+++ checkout/global_shared.v15.0.0/ush/global_chgres_driver.sh	(revision 96119)
@@ -27,7 +27,7 @@
 export LEVS=${LEVS:-65}
 export LSOIL=${LSOIL:-4}
 export ictype=${ictype:-nemsgfs}             # nemsgfs for q3fy17 gfs with new land datasets; opsgfs for q2fy16 gfs.
-export nst_anl=${nst_anl:-".false."}         # to include NST analysis
+export nst_anl=${nst_anl:-".false."}         # false means to do sst orographic adjustment for lakes
 
 export VERBOSE=YES
 pwd=$(pwd)
@@ -198,7 +198,6 @@
    exit $rc
  fi
  mv ${DATA}/out.sfc.tile${tile}.nc $OUTDIR/sfc_data.tile${tile}.nc
- [[ $nst_anl = ".true." ]] && mv ${DATA}/out.nst.tile${tile}.nemsio $OUTDIR/nst_data.tile${tile}.nemsio
 tile=`expr $tile + 1 `
 done
 


More information about the Ncep.list.fv3-announce mailing list