You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In boundary conditions package we have file "vegdyn".
This file holds information regarding vegetation type and vegetation height.
It is in NC4 format since version "NLv3" of the boundary conditions.
We should have copy of this file with other GCM restart files but we don't.
What we do now is we link it and never really save copy of it with other restarts.
In boundary conditions package we have file "vegdyn".
This file holds information regarding vegetation type and vegetation height.
It is in NC4 format since version "NLv3" of the boundary conditions.
We should have copy of this file with other GCM restart files but we don't.
What we do now is we link it and never really save copy of it with other restarts.
From:
gcm_run.j
@DATAOCEAN/bin/ln -sf $BCSDIR/$BCRSLV/vegdyn_@RES_DATELINE.dat vegdyn.data
/bin/ln -sf $BCSDIR/$BCRSLV/vegdyn_${AGCM_IM}x${AGCM_JM}.dat vegdyn.data
set rst_files =
grep "RESTART_FILE" AGCM.rc | grep -v VEGDYN | grep -v "#" | cut -d ":" -f1 | cut -d "_" -f1-2
set rst_file_names =
grep "RESTART_FILE" AGCM.rc | grep -v VEGDYN | grep -v "#" | cut -d ":" -f2
From :
AGCM.rc.tmpl
VEGDYN_INTERNAL_RESTART_FILE: vegdyn.data
@gmao-rreichle
The text was updated successfully, but these errors were encountered: