NOAA-EMC / GLDAS

0 stars 4 forks source link

how to cold start GLDAS in cycled experiment #3

Closed yangfanglin closed 3 years ago

yangfanglin commented 4 years ago

Added the following lines to JGDAS_GLDAS

if [ $CDATE -le $(NDATE +$gldas_spinup_hours $SDATE) ]; then echo "GLDAS needs fluxes as forcing from cycles in previous $gldas_spinup_hours hours" echo "starting from $SDATE. This gldas cycle is skipped" exit 0 fi