Changeset 6423 for CONFIG


Ignore:
Timestamp:
04/24/23 13:56:24 (13 months ago)
Author:
cetlod
Message:

CM6.5.1 : create pdControl_TUNING experiment

Location:
CONFIG/UNIFORM/v6/IPSLCM6.5.1
Files:
19 added
3 deleted
12 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/ARCH/arch-X64_IRENE-AMD.env

    r6374 r6423  
    66module load mpi/openmpi/4.1.4 
    77module load flavor/hdf5/parallel 
    8 module load hdf5/1.12.0 
     8module load hdf5/1.12.2 
    99module load netcdf-fortran/4.5.3 
    1010module load mkl/20.0.0 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/ARCH/arch-X64_IRENE.env

    r6374 r6423  
    66module load mpi/openmpi/4.1.4 
    77module load flavor/hdf5/parallel 
    8 module load hdf5/1.12.0 
     8module load hdf5/1.12.2 
    99module load netcdf-fortran/4.5.3 
    1010module load mkl/20.0.0 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/EXPERIMENTS/IPSLCM/pdControl_TUNING/COMP/lmdz.card

    r6404 r6423  
    3838# output_level_filename=10    : activate the corresponding file with high output level 
    3939# output_level_filename=NONE  : the file will not be written 
    40 output_level_histmth = 5 
     40output_level_histmthtune = 1  
     41output_level_histdaytune = 1 
     42output_level_histmth = NONE  
    4143output_level_histday = NONE 
    4244output_level_histhf  = NONE 
     
    4951 
    5052# Activate COSP in config.def and set corresponding output files 
    51 LMDZ_COSP_OK=y 
     53LMDZ_COSP_OK=n 
    5254output_level_histmthCOSP = NONE 
    5355output_level_histdayCOSP = NONE 
     
    8789        (${SUBMIT_DIR}/PARAM/iodef.xml, . ),                                \ 
    8890        (${SUBMIT_DIR}/PARAM/ping_LMDZ.xml, ping_lmdz.xml ),                \ 
    89         (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . ),            \ 
     91        (${SUBMIT_DIR}/../SOURCES/LMDZ/context_lmdz.xml, . ),            \ 
    9092        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . ),          \ 
    9193        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_cosp1.xml, . ),          \ 
    9294        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . ),   \ 
     95        (${SUBMIT_DIR}/../SOURCES/LMDZ/file_def_histmthtune_lmdz.xml, . ),   \ 
    9396        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthCOSP_lmdz.xml, .),\ 
    9497        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthNMC_lmdz.xml, . ),\ 
    9598        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histday_lmdz.xml, . ),   \ 
     99        (${SUBMIT_DIR}/../SOURCES/LMDZ/file_def_histdaytune_lmdz.xml, . ),   \ 
    96100        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayCOSP_lmdz.xml, .),\ 
    97101        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayNMC_lmdz.xml, . ),\ 
     
    116120[OutputFiles] 
    117121List=   (histmth.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmth.nc,       Post_1M_histmth),       \ 
     122        (histdaytune.nc,       ${R_OUT_ATM_O_D}/${PREFIX}_1D_histdaytune.nc,       NONE),                  \ 
     123        (histmthtune.nc,       ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthtune.nc,       NONE),                  \ 
    118124        (histmthCOSP.nc,   ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthCOSP.nc,   NONE),                  \ 
    119125        (histmthNMC.nc,    ${R_OUT_ATM_O_M}/${PREFIX}_1M_histmthNMC.nc,    NONE),    \ 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/EXPERIMENTS/IPSLCM/pdControl_TUNING/COMP/opa9.card

    r6404 r6423  
    3636 
    3737[ParametersFiles] 
    38 List=   (${MODIPSL}/modeles/NEMO/cfgs/SHARED/namelist_ref           , namelist_ref        ), \ 
    39         (${MODIPSL}/modeles/NEMO/cfgs/SHARED/domain_def_nemo.xml    , domain_def_nemo.xml ), \ 
    40         (${MODIPSL}/modeles/NEMO/cfgs/SHARED/axis_def_nemo.xml      , axis_def_nemo.xml   ), \ 
    41         (${MODIPSL}/modeles/NEMO/cfgs/SHARED/grid_def_nemo.xml      , grid_def_nemo.xml  ), \ 
    42         (${MODIPSL}/modeles/NEMO/cfgs/SHARED/field_def_nemo-oce.xml , field_def_nemo-oce.xml  ), \ 
    43         (${SUBMIT_DIR}/../SOURCES/NEMO/file_def_nemo-oce.xml        , file_def_nemo-oce.xml ), \ 
    44         (${SUBMIT_DIR}/../SOURCES/NEMO/context_nemo.xml             , context_nemo.xml ), \ 
    45         (${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}_cfg              , namelist_cfg ) 
    46  
     38List=   (${MODIPSL}/modeles/NEMO/cfgs/SHARED/namelist_ref    , namelist_ref        ), \ 
     39        (${SUBMIT_DIR}/../SOURCES/NEMO/context_nemo.xml      , context_nemo.xml ), \ 
     40        (${SUBMIT_DIR}/../SOURCES/NEMO/domain_def_nemo.xml   , domain_def_nemo.xml ), \ 
     41        (${SUBMIT_DIR}/../SOURCES/NEMO/axis_def_nemo.xml     , axis_def_nemo.xml   ), \ 
     42        (${SUBMIT_DIR}/../SOURCES/NEMO/grid_def_nemo.xml     , grid_def_nemo.xml  ), \ 
     43        (${SUBMIT_DIR}/../SOURCES/NEMO/field_def_nemo-oce.xml, field_def_nemo-oce.xml  ), \ 
     44        (${SUBMIT_DIR}/../SOURCES/NEMO/file_def_nemo-oce_tuning.xml , file_def_nemo-oce.xml ), \ 
     45        (${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}_cfg       , namelist_cfg ) 
    4746 
    4847 
     
    5554 
    5655[OutputFiles] 
    57 List=   (${config_UserChoices_JobName}_1y_scalar.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_scalar.nc     , NONE          ),\ 
    58         (${config_UserChoices_JobName}_1y_grid_T.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_T.nc     , NONE          ),\ 
    59         (${config_UserChoices_JobName}_1y_grid_U.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_U.nc     , NONE          ),\ 
    60         (${config_UserChoices_JobName}_1y_grid_V.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_V.nc     , NONE          ),\ 
    61         (${config_UserChoices_JobName}_1y_grid_W.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_grid_W.nc     , NONE          ),\ 
    62         (${config_UserChoices_JobName}_1y_diaptr_T_2D.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_T.nc   , NONE          ),\ 
    63         (${config_UserChoices_JobName}_1y_diaptr_T_3D.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_T.nc   , NONE          ),\ 
    64         (${config_UserChoices_JobName}_1y_diaptr_W.nc  , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_diaptr_W.nc   , NONE          ),\ 
    65         (${config_UserChoices_JobName}_1y_trdtra.nc    , ${R_OUT_OCE_O_Y}/${PREFIX}_1Y_trdtra.nc     , NONE          ),\ 
    66         (${config_UserChoices_JobName}_1m_scalar.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_scalar.nc     , Post_1M_scalar),\ 
     56List=   (${config_UserChoices_JobName}_1m_scalar.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_scalar.nc     , Post_1M_scalar),\ 
    6757        (${config_UserChoices_JobName}_1m_grid_T.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_T.nc     , Post_1M_grid_T),\ 
    68         (${config_UserChoices_JobName}_1m_grid_U.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_U.nc     , Post_1M_grid_U),\ 
    69         (${config_UserChoices_JobName}_1m_grid_V.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_V.nc     , Post_1M_grid_V),\ 
    70         (${config_UserChoices_JobName}_1m_grid_W.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_grid_W.nc     , Post_1M_grid_W),\ 
    71         (${config_UserChoices_JobName}_1m_diaptr_T_2D.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_T_2D.nc   , NONE),\ 
    7258        (${config_UserChoices_JobName}_1m_diaptr_T_3D.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_T_3D.nc   , NONE),\ 
    7359        (${config_UserChoices_JobName}_1m_diaptr_W.nc  , ${R_OUT_OCE_O_M}/${PREFIX}_1M_diaptr_W.nc   , Post_1M_diaptr_W),\ 
    7460        (${config_UserChoices_JobName}_1m_strait_oce.nc , ${R_OUT_OCE_O_M}/${PREFIX}_1M_strait_oce.nc     , NONE          ),\ 
    75         (${config_UserChoices_JobName}_1m_trdtra.nc    , ${R_OUT_OCE_O_M}/${PREFIX}_1M_trdtra.nc     , NONE          ),\ 
    76         (${config_UserChoices_JobName}_5d_grid_T.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_T.nc     , NONE          ),\ 
    77         (${config_UserChoices_JobName}_5d_grid_U.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_U.nc     , NONE          ),\ 
    78         (${config_UserChoices_JobName}_5d_grid_V.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_V.nc     , NONE          ),\ 
    79         (${config_UserChoices_JobName}_5d_grid_W.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_grid_W.nc     , NONE          ),\ 
    80         (${config_UserChoices_JobName}_5d_trdtra.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_5D_trdtra.nc     , NONE          ),\ 
    81         (${config_UserChoices_JobName}_1d_grid_T.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_T.nc     , NONE          ),\ 
    82         (${config_UserChoices_JobName}_1d_grid_U.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_U.nc     , NONE          ),\ 
    83         (${config_UserChoices_JobName}_1d_grid_W.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_grid_W.nc     , NONE          ),\ 
    84         (${config_UserChoices_JobName}_1d_SBC.nc       , ${R_OUT_OCE_O_D}/${PREFIX}_1D_SBC.nc        , NONE          ),\ 
    85         (${config_UserChoices_JobName}_1d_scalar.nc    , ${R_OUT_OCE_O_D}/${PREFIX}_1D_scalar.nc     , NONE          ),\ 
    8661        (mesh_mask.nc     , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc                , NONE          ),\ 
    8762        (runoffs.nc       , ${R_OUT_OCE_O}/${config_UserChoices_JobName}_runoffs.nc                  , NONE          ),\ 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/EXPERIMENTS/IPSLCM/pdControl_TUNING/COMP/orchidee.card

    r6404 r6423  
    4242List= () 
    4343ListNonDel= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v1/PFTmap_1850.nc, PFTmap.nc),\ 
    44             (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical/woodharvest_1850.nc,           woodharvest.nc) 
     44            (${R_IN}/SRF/WOODHARVEST/LUH2v2/historical/woodharvest_1850.nc,           woodharvest.nc),\ 
     45            (${R_IN}/SRF/soils_param.nc, . ) 
    4546 
    4647 
     
    5152List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\ 
    5253        (${SUBMIT_DIR}/PARAM/ping_orchidee.xml, . )                       ,\ 
    53         (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\ 
     54        (${SUBMIT_DIR}/../SOURCES/ORCHIDEE/file_def_orchidee.xml, .)  ,\ 
    5455        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_input_orchidee.xml, .) ,\ 
    5556        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\ 
     
    6465[OutputFiles] 
    6566List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \ 
     67        (sechiba_stomate_history.nc,${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_stomate_history.nc, NONE), \ 
    6668        (sechiba_history_4dim.nc,${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history_4dim.nc, NONE), \ 
    6769        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE) 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/EXPERIMENTS/IPSLCM/pdControl_TUNING/COMP/pisces.card

    r6404 r6423  
    33 
    44[UserChoices] 
    5 age=y 
     5age=n 
    66cfc11=n 
    77cfc12=n 
     
    3636 
    3737[ParametersFiles] 
    38 List=   (${MODIPSL}/modeles/NEMO/cfgs/SHARED/namelist_top_ref            , namelist_top_ref), \ 
    39         (${MODIPSL}/modeles/NEMO/cfgs/SHARED/namelist_pisces_ref         , namelist_pisces_ref), \ 
    40         (${MODIPSL}/modeles/NEMO/cfgs/SHARED/namelist_trc_ref            , namelist_trc_ref   ), \ 
    41         (${MODIPSL}/modeles/NEMO/cfgs/SHARED/field_def_nemo-pisces.xml   , field_def_nemo-pisces.xml  ), \ 
    42         (${MODIPSL}/modeles/NEMO/cfgs/SHARED/field_def_nemo-innerttrc.xml, field_def_nemo-innerttrc.xml), \ 
    43         (${SUBMIT_DIR}/PARAM/namelist_top_${RESOL_OCE}_cfg               , namelist_top_cfg           ), \ 
    44         (${SUBMIT_DIR}/PARAM/namelist_pisces_cfg                         , namelist_pisces_cfg        ), \ 
    45         (${SUBMIT_DIR}/PARAM/namelist_trc_cfg                            , namelist_trc_cfg           ), \ 
    46         (${SUBMIT_DIR}/../SOURCES/NEMO/file_def_nemo-pisces.xml          , file_def_nemo-pisces.xml   ) 
    47  
     38List=   (${MODIPSL}/modeles/NEMO/cfgs/SHARED/namelist_top_ref      , namelist_top_ref), \ 
     39        (${MODIPSL}/modeles/NEMO/cfgs/SHARED/namelist_pisces_ref   , namelist_pisces_ref), \ 
     40        (${MODIPSL}/modeles/NEMO/cfgs/SHARED/namelist_trc_ref      , namelist_trc_ref   ), \ 
     41        (${SUBMIT_DIR}/../SOURCES/NEMO/field_def_nemo-pisces.xml   , field_def_nemo-pisces.xml  ), \ 
     42        (${SUBMIT_DIR}/../SOURCES/NEMO/field_def_nemo-innerttrc.xml, field_def_nemo-innerttrc.xml), \ 
     43        (${SUBMIT_DIR}/../SOURCES/NEMO/file_def_nemo-pisces_tuning.xml, file_def_nemo-pisces.xml ), \ 
     44        (${SUBMIT_DIR}/PARAM/namelist_top_${RESOL_OCE}_cfg         , namelist_top_cfg           ), \ 
     45        (${SUBMIT_DIR}/PARAM/namelist_pisces_cfg                   , namelist_pisces_cfg        ), \ 
     46        (${SUBMIT_DIR}/PARAM/namelist_trc_cfg                      , namelist_trc_cfg           ) 
    4847 
    4948[RestartFiles] 
     
    5655[OutputFiles] 
    5756List=   (${config_UserChoices_JobName}_1y_ptrc_T.nc        , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_ptrc_T.nc    , NONE ) , \ 
    58         (${config_UserChoices_JobName}_1y_diad_T.nc        , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_diad_T.nc    , NONE ) , \ 
    59         (${config_UserChoices_JobName}_1y_Age.nc           , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_Age.nc       , NONE ) , \ 
    60         (${config_UserChoices_JobName}_1y_CFC11.nc         , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_CFC11.nc     , NONE ) , \ 
    61         (${config_UserChoices_JobName}_1y_CFC12.nc         , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_CFC12.nc     , NONE ) , \ 
    62         (${config_UserChoices_JobName}_1m_bioscalar.nc     , ${R_OUT_MBG_O_M}/${PREFIX}_1M_bioscalar.nc , Post_1M_bioscalar) , \ 
    63         (${config_UserChoices_JobName}_1m_ptrc_T.nc        , ${R_OUT_MBG_O_M}/${PREFIX}_1M_ptrc_T.nc    , NONE   ) , \ 
    64         (${config_UserChoices_JobName}_1m_diad_T.nc        , ${R_OUT_MBG_O_M}/${PREFIX}_1M_diad_T.nc    , NONE   ) , \ 
    65         (${config_UserChoices_JobName}_1d_bioscalar.nc     , ${R_OUT_MBG_O_D}/${PREFIX}_1D_bioscalar.nc , NONE) 
     57        (${config_UserChoices_JobName}_1y_bioscalar.nc     , ${R_OUT_MBG_O_Y}/${PREFIX}_1Y_bioscalar.nc , NONE) , \ 
     58        (${config_UserChoices_JobName}_5d_ptrc_T.nc        , ${R_OUT_MBG_O_D}/${PREFIX}_5D_ptrc_T.nc    , NONE   )  
    6659 
    6760[Post_1D_bioscalar] 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/EXPERIMENTS/IPSLCM/pdControl_TUNING/COMP/si3.card

    r6404 r6423  
    1919[ParametersFiles] 
    2020List=   (${MODIPSL}/modeles/NEMO/cfgs/SHARED/namelist_ice_ref      , namelist_ice_ref ), \ 
    21         (${MODIPSL}/modeles/NEMO/cfgs/SHARED/field_def_nemo-ice.xml, field_def_nemo-ice.xml ),\ 
    22         (${SUBMIT_DIR}/PARAM/namelist_ice_${RESOL_OCE}_cfg, namelist_ice_cfg ), \ 
    23         (${SUBMIT_DIR}/../SOURCES/NEMO/file_def_nemo-ice_${RESOL_OCE}.xml, file_def_nemo-ice.xml  ) 
     21        (${SUBMIT_DIR}/../SOURCES/NEMO/field_def_nemo-ice.xml, field_def_nemo-ice.xml ),\ 
     22        (${SUBMIT_DIR}/../SOURCES/NEMO/file_def_nemo-ice_${RESOL_OCE}_tuning.xml, file_def_nemo-ice.xml ), \ 
     23        (${SUBMIT_DIR}/PARAM/namelist_ice_${RESOL_OCE}_cfg, namelist_ice_cfg ) 
    2424 
    2525 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/EXPERIMENTS/IPSLCM/pdControl_TUNING/config.card

    r6404 r6423  
    5454#D- If you want to restart all components from the same simulation, 
    5555#D-      put OveRule flag to 'y' and set the next 3 parameters 
    56 OverRule=n 
    57 #D- Last day of the experience used as restart for all components 
    58 RestartDate=2049-12-31 
    59 #D- Define restart simulation name for all components 
    60 RestartJobName=CM65v420-LR-CdL-pd-04 
    61 #D- Path Server Group Login 
    62 RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/piControl 
     56OverRule=y 
     57#D- Last day of the experience used as restart for all components 
     58RestartDate=1919-12-31 
     59# For nn_etau = 0 
     60RestartJobName=CM65v420-LR-pd-tun-00 
     61# For nn_etau = 1 
     62#RestartJobName=CM65v420-LR-pd-tun-01 
     63#D- Path Server Group Login 
     64RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl 
    6365 
    6466#======================================================================== 
     
    7173RestartDate=2049-12-31 
    7274#D- Define restart simulation name for all components 
    73 RestartJobName=CM65v420-LR-CdL-pd-04 
     75RestartJobName==CM65v420-LR-CdL-pd-04 
    7476#D- Path Server Group Login 
    7577RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl 
     
    110112##-- Last day of the experience used as restart for this component if Restart=y 
    111113#D- Last day of the experience used as restart for all components 
    112 RestartDate=2449-12-31 
    113 #D- Define restart simulation name for all components 
    114 RestartJobName=CM65v420-LR-CdL-pi-01 
    115 #RestartDate=3849-12-31 
    116 #D- Define restart simulation name for all components 
    117 #RestartJobName=CM61-LR-pi-03g-v42 
     114RestartDate=3849-12-31 
     115#D- Define restart simulation name for all components 
     116RestartJobName=CM61-LR-pi-03g-v42 
    118117#D- Path Server Group Login 
    119118RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/piControl 
     
    126125# Last day of the experience used as restart for this component if Restart=y 
    127126#D- Last day of the experience used as restart for all components 
    128 RestartDate=2449-12-31 
    129 #D- Define restart simulation name for all components 
    130 RestartJobName=CM65v420-LR-CdL-pi-01 
    131 #RestartDate=3849-12-31 
    132 #D- Define restart simulation name for all components 
    133 #RestartJobName=CM61-LR-pi-03g 
     127RestartDate=3849-12-31 
     128#D- Define restart simulation name for all components 
     129RestartJobName=CM61-LR-pi-03g 
    134130#D- Path Server Group Login 
    135131RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/piControl 
     
    142138# Last day of the experience used as restart for this component if Restart=y 
    143139#D- Last day of the experience used as restart for all components 
    144 RestartDate=2449-12-31 
    145 #D- Define restart simulation name for all components 
    146 RestartJobName=CM65v420-LR-CdL-pi-01 
    147 #RestartDate=3849-12-31 
    148 #D- Define restart simulation name for all components 
    149 #RestartJobName=CM61-LR-pi-03g 
     140RestartDate=3849-12-31 
     141#D- Define restart simulation name for all components 
     142RestartJobName=CM61-LR-pi-03g 
    150143#D- Path Server Group Login 
    151144RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/piControl 
     
    215208#D- To have only the last period in RESTART/*.tar : save 90% of volume. 
    216209#D- TRUE to be effective (nothing by default) 
    217 LightRestartPack=FALSE 
     210LightRestartPack=TRUE 
    218211#D- If you want to produce time series, this flag determines 
    219212#D- frequency of post-processing submission (NONE if you dont want) 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/GENERAL/DRIVER/lmdz.driver

    r6338 r6423  
    212212        IGCM_comp_modifyXmlFile nonblocker file_def_histday_lmdz.xml histday enabled TRUE 
    213213        IGCM_comp_modifyXmlFile nonblocker file_def_histday_lmdz.xml histday output_level ${lmdz_UserChoices_output_level_histday}  
     214    fi 
     215 
     216    # histmthtune 
     217    if [ X${lmdz_UserChoices_output_level_histmthtune} = X ] || [ X${lmdz_UserChoices_output_level_histmthtune} = XNONE ] ; then 
     218        IGCM_comp_modifyXmlFile nonblocker file_def_histmthtune_lmdz.xml histmthtune enabled FALSE 
     219        IGCM_comp_modifyXmlFile nonblocker file_def_histmthtune_lmdz.xml histmthtune output_level 0 
     220    else 
     221        IGCM_comp_modifyXmlFile nonblocker file_def_histmthtune_lmdz.xml histmthtune enabled TRUE 
     222        IGCM_comp_modifyXmlFile nonblocker file_def_histmthtune_lmdz.xml histmthtune output_level ${lmdz_UserChoices_output_level_histmthtune}  
     223    fi 
     224 
     225    # histdaytune 
     226    if [ X${lmdz_UserChoices_output_level_histdaytune} = X ] || [ X${lmdz_UserChoices_output_level_histdaytune} = XNONE ] ; then 
     227        IGCM_comp_modifyXmlFile nonblocker file_def_histdaytune_lmdz.xml histday enabled FALSE 
     228        IGCM_comp_modifyXmlFile nonblocker file_def_histdaytune_lmdz.xml histdaytune output_level 0 
     229    else 
     230        IGCM_comp_modifyXmlFile nonblocker file_def_histdaytune_lmdz.xml histdaytune enabled TRUE 
     231        IGCM_comp_modifyXmlFile nonblocker file_def_histdaytune_lmdz.xml histdaytune output_level ${lmdz_UserChoices_output_level_histdaytune}  
    214232    fi 
    215233 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/GENERAL/PARAM/namelist_ORCA1_cfg

    r6119 r6423  
    400400!----------------------------------------------------------------------- 
    401401   ln_mle      = .true.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     402   rn_ce       = 0.06     ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     403   nn_mle      = 1        ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
    402404/ 
    403405!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/GENERAL/PARAM/orchidee.def_CWRR

    r6404 r6423  
    5454# DO_RSOIL : Reduce soil evaporation with a soil resistance (default n) 
    5555DO_RSOIL = n 
     56 
     57# Fraction of saturated volumetric soil moisture above which transpir is max (0.3-0.9, unitless) 
     58WETNESS_TRANSPIR_MAX= 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8 
    5659 
    5760# To make AVAN and NVAN constant with depth (default CWRR_AKS_A0=0, CWRR_AKS_POWER=0, CWRR_NKS_A0=0, CWRR_NKS_POWER=0 ) 
     
    208211ALB_BG_FILE  = alb_bg.nc 
    209212 
    210 #TCST_SNOWA Time constant of the albedo decay of snow 
     213# Time constant of the albedo decay of snow (days) (5-15) 
    211214TCST_SNOWA=10 
    212215 
  • CONFIG/UNIFORM/v6/IPSLCM6.5.1/compile_ipslcm6.sh

    r6404 r6423  
    354354echo >> $outfile ; echo cp $mysrc_path/LMDZ/arch-${fcm_arch}.fcm arch/.   >> $outfile 
    355355echo >> $outfile 
    356 cd $lmdz_root ; cp $mysrc_path/LMDZ/arch-${fcm_arch}.fcm arch/. 
     356cd $lmdz_root ; cp $mysrc_path/LMDZ/arch-${fcm_arch}.path arch/. 
    357357 
    358358# Check if the compilation of LMDZ was previsouly interupted prematured.  
Note: See TracChangeset for help on using the changeset viewer.