source: CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/paleo/COMP/lim2.card @ 5879

Last change on this file since 5879 was 5879, checked in by snguyen, 3 years ago

Modified Makefile to add configuration PALEOIPSLCM5A2-VLR while retaining IPSLCM5A2-VLR as default configuration for compilation. Moved NEMO SOURCES of IPSLCM5A2-VLR to SOURCES/NEMO/STANDARD and created SOURCES/NEMO/PALEO for PALEOIPSLCM5A2-VLR configuration. Created paleolmdz in Makefile to compile LMDZ sources in SOURCES/LMDZ/PALEO. Added experiments IPSLCM/paleo and LMDZOR/paleo. Added file_def_nemo-lim2_paleo.xml file_def_histmth_lmdz_paleo.xml file_def_nemo-opa_paleo.xml file_def_nemo-pisces_rivers_paleo.xml file_def_nemo-pisces_paleo.xml file_def_orchidee_paleo.xml namelist_ORCA2_cfg_paleo namelist_pisces_ORCA2_cfg_paleo to GENERAL/PARAM for paleo configurations. Set day_step=720 in GENERAL/PARAM/gcm.def_96x95 for paleo configurations. Modified GENERAL/DRIVER/opa9.driver to use namelist_ORCA2_cfg_paleo for paleo configurations.

File size: 1.3 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5
6[InitialStateFiles]
7List=   ()
8
9[BoundaryFiles]
10List=   ()
11ListNonDel= ()
12
13[SmoothFiles]
14List=   ()
15
16[ParametersFiles]
17List=   (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_ice_lim2_ref, namelist_ice_ref), \
18        (${SUBMIT_DIR}/PARAM/field_def_nemo-lim2.xml, field_def_nemo-lim.xml), \
19        (${SUBMIT_DIR}/PARAM/file_def_nemo-lim2_paleo.xml, file_def_nemo-lim.xml), \
20        (${SUBMIT_DIR}/PARAM/namelist_lim2_${RESOL_OCE}_cfg, namelist_ice_cfg)
21
22[RestartFiles]
23List=   (${config_UserChoices_JobName}_${NEMO_END}_restart_ice.nc, restart_icemod.nc, restart_ice_in.nc)
24
25[OutputText]
26List=   (namelist_ice)
27
28[OutputFiles]
29List=   (${config_UserChoices_JobName}_1m_icemod.nc, ${R_OUT_ICE_O_M}/${PREFIX}_1M_icemod.nc, Post_1M_icemod ), \
30        (${config_UserChoices_JobName}_1d_icemod.nc, ${R_OUT_ICE_O_D}/${PREFIX}_1D_icemod.nc, NONE )
31
32[Post_1M_icemod]
33Patches = ()
34GatherWithInternal = (nav_lon, nav_lat, time_counter, time_counter_bounds)
35TimeSeriesVars2D = (ice_pres, sic)
36ChunckJob2D = NONE
37TimeSeriesVars3D = ()
38ChunckJob3D = NONE
39Seasonal=ON
40
41[Post_1D_icemod]
42Patches = ()
43GatherWithInternal = (nav_lon, nav_lat, time_counter, time_counter_bounds)
44TimeSeriesVars2D = (iicethic, iicevelu, iicevelv, ileadfra)
45ChunckJob2D = 200Y
46TimeSeriesVars3D = ()
47ChunckJob3D = NONE
48Seasonal=OFF
49
50
51
Note: See TracBrowser for help on using the repository browser.