runORDCAO
De Wikicima
(Diferencias entre revisiones)
(Página creada con «Here are explained the instructions to run ORCHIDEE off-line simulations as it was prepared for the post-graduate course <I>'Interacció suelo-atmófera y su modelado</I> ...») |
|||
Línea 8: | Línea 8: | ||
It has been created an specific work-flow management for the course [[OR1proc OR 1proc]], this instructions follow the use of such work-flow |
It has been created an specific work-flow management for the course [[OR1proc OR 1proc]], this instructions follow the use of such work-flow |
||
− | # Creation of a work-flow folder |
+ | = Getting work-flow = |
+ | |||
+ | # Creation of a work-flow folder [oRWORKFLOW_1proc] (installOR) |
||
<PRE> |
<PRE> |
||
mkdir installOR |
mkdir installOR |
||
Línea 18: | Línea 18: | ||
# Getting the files of the work-flow |
# Getting the files of the work-flow |
||
<PRE> |
<PRE> |
||
− | wget -r ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/components |
+ | wget -r -nH --cut-dirs=3 ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/components |
</PRE> |
</PRE> |
||
+ | |||
+ | = Getting forcings = |
||
+ | Here we only will get a minimal sub-set of the available forcings, just to run a test case. Being in the folder [oRWORKFLOW_1proc] |
||
+ | |||
+ | # Creation of the atmospheric forcing data folder structure |
||
+ | <PRE> |
||
+ | mkdir -p forcings/ATMOS/CRUNCEP |
||
+ | </PRE> |
||
+ | # Getting 3 files of atmospheric forcing |
||
+ | <PRE> |
||
+ | cd forcings/ATMOS/CRUNCEP |
||
+ | wget ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/forcings/ATMOS/CRUNCEP/cruncep_halfdeg_1989.nc |
||
+ | wget ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/forcings/ATMOS/CRUNCEP/cruncep_halfdeg_1990.nc |
||
+ | wget ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/forcings/ATMOS/CRUNCEP/cruncep_halfdeg_1991.nc |
||
+ | </PRE> |
||
+ | # Going back to [oRWORKFLOW_1proc] |
||
+ | <PRE> |
||
+ | cd ../../../ |
||
+ | </PRE> |
||
+ | # Creation of the ancillary data folder structure |
||
+ | <PRE> |
||
+ | mkdir -p forcings/IGCM/SRF |
||
+ | </PRE> |
||
+ | # Getting the basic ancillary data |
||
+ | <PRE> |
||
+ | cd forcings/IGCM/SRF |
||
+ | wget ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/forcings/IGCM/SRF/cartepente2d_15min.nc |
||
+ | wget ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/forcings/IGCM/SRF/soils_param.nc |
||
+ | </PRE> |
||
+ | |||
+ | |||
# Getting forcings |
# Getting forcings |
||
<PRE> |
<PRE> |
Revisión de 13:48 22 jul 2019
Here are explained the instructions to run ORCHIDEE off-line simulations as it was prepared for the post-graduate course 'Interacció suelo-atmófera y su modelado
All the necessary files are uploaded at the ftp of the course
ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/
It has been created an specific work-flow management for the course OR1proc OR 1proc, this instructions follow the use of such work-flow
Getting work-flow
- Creation of a work-flow folder [oRWORKFLOW_1proc] (installOR)
mkdir installOR
- Going there
cd installOR
- Getting the files of the work-flow
wget -r -nH --cut-dirs=3 ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/components
Getting forcings
Here we only will get a minimal sub-set of the available forcings, just to run a test case. Being in the folder [oRWORKFLOW_1proc]
- Creation of the atmospheric forcing data folder structure
mkdir -p forcings/ATMOS/CRUNCEP
- Getting 3 files of atmospheric forcing
cd forcings/ATMOS/CRUNCEP wget ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/forcings/ATMOS/CRUNCEP/cruncep_halfdeg_1989.nc wget ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/forcings/ATMOS/CRUNCEP/cruncep_halfdeg_1990.nc wget ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/forcings/ATMOS/CRUNCEP/cruncep_halfdeg_1991.nc
- Going back to [oRWORKFLOW_1proc]
cd ../../../
- Creation of the ancillary data folder structure
mkdir -p forcings/IGCM/SRF
- Getting the basic ancillary data
cd forcings/IGCM/SRF wget ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/forcings/IGCM/SRF/cartepente2d_15min.nc wget ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/forcings/IGCM/SRF/soils_param.nc
- Getting forcings
wget -r ftp://ftp.cima.fcen.uba.ar/lluis.fita/Curso_InteraccionSueloAtmosfera/TPs/forcings