Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vegdyn restart #490

Open
biljanaorescanin opened this issue Jul 14, 2023 · 0 comments
Open

vegdyn restart #490

biljanaorescanin opened this issue Jul 14, 2023 · 0 comments

Comments

@biljanaorescanin
Copy link
Contributor

biljanaorescanin commented Jul 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant