source: CONFIG/UNIFORM/v6/IPSLCM5A2CHT/EXPERIMENTS/IPSLCM/pdControl/COMP/pisces.card @ 3598

Last change on this file since 3598 was 3598, checked in by acosce, 6 years ago

update configuration IPSLCM5A2CHT to be use with last inca version (NMHC + AER + SOA)

File size: 4.6 KB
RevLine 
[3283]1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5DBIO_ENABLE=y
6
7[InitialStateFiles]
8List= ()
9
10[BoundaryFiles]
11List=   ()
12
13ListNonDel= (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/data_DIC_nomask.nc     , . ), \
14            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/data_Alkalini_nomask.nc, . ), \
15            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/data_O2_nomask.nc      , . ), \
16            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/data_NO3_nomask.nc     , . ), \
17            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/data_PO4_nomask.nc     , . ), \
18            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/data_Si_nomask.nc      , . ), \
19            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/data_DOC_nomask.nc     , . ), \
20            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/data_Fer_nomask.nc     , . ), \
21            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/dust.orca.nc           , . ), \
[3598]22            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/bathy.orca_v1.nc       , bathy.orca.nc), \
[3283]23            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/river.orca.nc          , . ), \
24            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/ndeposition.orca.nc    , . ), \
25            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/par.orca.nc            , . ), \
26            (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/solubility.orca.nc    , . )
27
28[SmoothFiles]
29List=  ()
30
31[ParametersFiles]
32List=   (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_top_ref   , namelist_top_ref), \
33        (${SUBMIT_DIR}/PARAM/namelist_top_${RESOL_OCE}_cfg           , namelist_top_cfg), \
34        (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_pisces_ref, namelist_pisces_ref), \
35        (${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE}_cfg        , namelist_pisces_cfg), \
36        (${SUBMIT_DIR}/PARAM/file_def_nemo-pisces.xml                  , file_def_nemo-pisces.xml   ), \
37        (${SUBMIT_DIR}/PARAM/field_def_nemo-pisces.xml                  , field_def_nemo-pisces.xml   )
38       
39
40[RestartFiles]
41List=   (${config_UserChoices_JobName}_${NEMO_END}_restart_trc.nc,  restart_trc.nc, restart_trc.nc)
42
43[OutputText]
44List=   (namelist_top_ref, namelist_cfg, namelist_pisces_ref, namelist_pisces_cfg)
45
46[OutputFiles]
47List=   (${config_UserChoices_JobName}_1y_ptrc_T.nc        , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_ptrc_T.nc    , Post_1Y_ptrc_T   ) , \
48        (${config_UserChoices_JobName}_1y_diad_T.nc        , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_diad_T.nc    , Post_1Y_diad_T   ) , \
49        (${config_UserChoices_JobName}_1m_bioscalar.nc     , ${R_OUT_MBG_O_M}/${PREFIX}_1M_bioscalar.nc , Post_1M_bioscalar) , \
50        (${config_UserChoices_JobName}_1m_ptrc_T.nc        , ${R_OUT_MBG_O_M}/${PREFIX}_1M_ptrc_T.nc    , Post_1M_ptrc_T   ) , \
51        (${config_UserChoices_JobName}_1m_diad_T.nc        , ${R_OUT_MBG_O_M}/${PREFIX}_1M_diad_T.nc    , Post_1M_diad_T   ) , \
52        (${config_UserChoices_JobName}_1d_bioscalar.nc     , ${R_OUT_MBG_O_M}/${PREFIX}_1D_bioscalar.nc , Post_1D_bioscalar)
53
54
55
56[Post_1D_bioscalar]
57Patches = ()
58GatherWithInternal = (time_counter, time_instant, time_instant_bounds)
59TimeSeriesVars2D = (pno3tot, ppo4tot, psiltot, palktot, pfertot, tcflx, tcflxcum, tcexp, tintpp, tnfix, tdenit)
60ChunckJob2D = OFF
61TimeSeriesVars3D = ()
62ChunckJob3D = 50Y
63Seasonal=OFF
64
65[Post_1M_bioscalar]
66Patches = ()
67GatherWithInternal = (time_counter, time_instant, time_instant_bounds)
68TimeSeriesVars2D = (pno3tot, ppo4tot, psiltot, palktot, pfertot, tcflx, tcflxcum, tcexp, tintpp, tnfix, tdenit)
69ChunckJob2D = OFF
70TimeSeriesVars3D = ()
71ChunckJob3D = 50Y
72Seasonal=OFF
73
74[Post_1M_ptrc_T]
75Patches = ()
76GatherWithInternal = (nav_lon, nav_lat, time_counter, time_centered, time_centered_bounds)
77TimeSeriesVars2D = ()
78ChunckJob2D = 50Y
79TimeSeriesVars3D = (Alkalini, NCHL, DCHL, DIC, Fer, NO3, O2, PO4, Si)
80ChunckJob3D = 50Y
81Seasonal=ON
82
83[Post_1M_diad_T]
84Patches = ()
85GatherWithInternal = (nav_lon, nav_lat, time_counter, time_centered, time_centered_bounds)
86TimeSeriesVars2D = (Cflx, Dpco2, EPC100, INTPP)
87ChunckJob2D = 50Y
88TimeSeriesVars3D = (TPP)
89ChunckJob3D = 50Y
90Seasonal=ON
91
92[Post_1Y_ptrc_T]
93Patches = ()
94GatherWithInternal = (nav_lon, nav_lat, time_counter, time_centered, time_centered_bounds)
95TimeSeriesVars2D = ()
96ChunckJob2D = OFF
97TimeSeriesVars3D = (Alkalini, NCHL, DCHL, DIC, Fer, NO3, O2, PO4, Si )
98ChunckJob3D = NONE
99Seasonal=OFF
100
101[Post_1Y_diad_T]
102Patches = ()
103GatherWithInternal = (nav_lon, nav_lat, time_counter, time_centered, time_centered_bounds)
104TimeSeriesVars2D = (Cflx, Dpco2, EPC100, Heup,  Nfix)
105ChunckJob2D = 50Y
106TimeSeriesVars3D = (PAR, TPP)
107ChunckJob3D = 50Y
108Seasonal=OFF
Note: See TracBrowser for help on using the repository browser.