Opened 4 years ago
Last modified 3 years ago
#2508 new Task
TOP-05_Ethe_Agrif
Reported by: | cetlod | Owned by: | cetlod |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | MULTIPLE | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: |
Description
Workplan action
Wikipage: wiki:2020WP/TOP-05_Ethe_Agrif
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
13373 | cetlod | 2020-08-03T11:46:38+02:00 | TOP-05_Ethe_Agrif : 1st step of changes to successfully compile, see ticket #2508 |
13372 | cetlod | 2020-08-03T11:03:48+02:00 | Creation of New branch for AGRIF with TOP & PISCES, see ticket #2508 |
Change History (6)
comment:1 Changed 4 years ago by cetlod
comment:2 Changed 4 years ago by cetlod
In 13373:
comment:3 Changed 4 years ago by cetlod
Due to the fact that AGRIF doesn't like structure as an argument of a subroutine, the compilation fails unless we add, as it is done now, a directive $AGRIF_DO_NOT_TREAT in trcdta.F90. But doing that implies we can't use this routine to initialize the tracers using on-the-fly interpolation.
As suggested Tomas Lovato an alternative is to pass as an argument only the jl index to select data from the structure within trcdta. It works but not very optimal since with the "CALL fld_read( kt, 1, sf_trcdta )" we always read the whole structure ( all the initialized tracers ) even if we need only to get the tracer with jl index. Also change in trcdmp.F90
comment:4 Changed 4 years ago by cetlod
To create AGRIF_TOP_DEMO config :
./makenemo -n AGRIF_TOP_DEMO -r ORCA2_ICE_PISCES -m {MY_ARCH} -j 8 add_key "key_agrif"
A one year run of the config is here ( inputs/exp00/outputs ) : https://vesg.ipsl.upmc.fr/thredds/catalog/IPSLFS/cetlod/NEMO_PISCES_AGRIF_dev2020_TOP-05_Ethe_Agrif/catalog.html
To download PISCES input files for example with wget :
wget https://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/cetlod/NEMO_PISCES_AGRIF_dev2020_TOP-05_Ethe_Agrif/r13787/INPUTS/AGRIF_DEMO_PISCES_v4.x.tar.gz
comment:5 Changed 4 years ago by cetlod
The dev branch has been successfully phased with trunk at revision r13787 and has been rerun for 1 year :
- svn co svn+ssh://cetlod@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/branches/2020/dev_r13333_TOP-05_Ethe_Agrif - cd dev_r13333_TOP-05_Ethe_Agrif - svn merge svn+ssh://rlod@forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/NEMO/trunk@13787 ./
comment:6 Changed 3 years ago by nemo
- Milestone changed from 2020 WP to Unscheduled
In 13372: