Ignore:
Timestamp:
08/11/16 14:49:34 (8 years ago)
Author:
aclsce
Message:
  • Modifications for IPSLCM5A2 configuration : tuning, low resolution specifications,...
  • Cleaning to keep only what is needed for the configuration at very low resolution
Location:
CONFIG/UNIFORM/v6/IPSLCM5A2
Files:
14 added
33 deleted
29 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM5A2/AA_make

    r2878 r2966  
    99 
    1010all :  
    11         if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else $(M_K) IPSLCM6-LR ; fi 
     11        if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else $(M_K) IPSLCM5A2-VLR ; fi 
    1212 
    13 IPSLCM6A-VLR :   
     13IPSLCM5A2-VLR :  
    1414        $(M_K) ORCA2LIM2xLMD9695-L39 
    15  
    16 IPSLCM6-LR : 
    17         $(M_K) ORCA1LIM3xLMD144142-L79 
    1815 
    1916ORCA2LIM2xLMD9695-L39 : libioipsl oasis3-mct xios liborchidee orca2lim2 lmdz96x95x39 verif 
     
    2219        echo "$(LIB_MPI)" >.libmpi 
    2320 
    24 ORCA2LIM3xLMD9695-L39 : libioipsl oasis3-mct xios liborchidee orca2lim3 lmdz96x95x39 verif 
    25         echo "ORCA2LIM3xLMD9695-L39" >.resol 
    26         echo "RESOL_ATM_3D=96x95x39" >>.resol 
    27         echo "$(LIB_MPI)" >.libmpi 
    28  
    2921ORCA2LIM2xLMD144142-L39 : libioipsl oasis3-mct xios liborchidee orca2lim2 lmdz144x142x39 verif 
    3022        echo "ORCA2LIM2xLMD144142-L39" >.resol 
    3123        echo "RESOL_ATM_3D=144x142x39" >>.resol 
    32         echo "$(LIB_MPI)" >.libmpi 
    33  
    34 ORCA1LIM3xLMD9695-L39 : libioipsl oasis3-mct xios liborchidee orca1lim3 lmdz96x95x39 verif 
    35         echo "ORCA1LIM3xLMD9695-L39" >.resol 
    36         echo "RESOL_ATM_3D=96x95x39" >>.resol 
    37         echo "$(LIB_MPI)" >.libmpi 
    38  
    39 ORCA1LIM3xLMD9695-L39-NOPISCES : libioipsl oasis3-mct xios liborchidee orca1lim3nopisces lmdz96x95x39 verif 
    40         echo "ORCA1LIM3xLMD9695-L39" >.resol 
    41         echo "RESOL_ATM_3D=96x95x39" >>.resol 
    42         echo "$(LIB_MPI)" >.libmpi 
    43  
    44 ORCA1LIM3xLMD144142-L39 : libioipsl oasis3-mct xios liborchidee orca1lim3 lmdz144x142x39 verif 
    45         echo "ORCA1LIM3xLMD144142-L39" >.resol 
    46         echo "RESOL_ATM_3D=144x142x39" >>.resol 
    47         echo "$(LIB_MPI)" >.libmpi 
    48  
    49 ORCA1LIM3xLMD144142-L39-NOPISCES : libioipsl oasis3-mct xios liborchidee orca1lim3nopisces lmdz144x142x39 verif 
    50         echo "ORCA1LIM3xLMD144142-L39" >.resol 
    51         echo "RESOL_ATM_3D=144x142x39" >>.resol 
    52         echo "$(LIB_MPI)" >.libmpi 
    53  
    54 ORCA1LIM3xLMD144142-L79 : libioipsl oasis3-mct xios liborchidee orca1lim3 lmdz144x142x79 verif 
    55         echo "ORCA1LIM3xLMD144142-L79" >.resol 
    56         echo "RESOL_ATM_3D=144x142x79" >>.resol 
    57         echo "$(LIB_MPI)" >.libmpi 
    58  
    59 ORCA1LIM3xLMD144142-L79-NOPISCES : libioipsl oasis3-mct xios liborchidee orca1lim3nopisces lmdz144x142x79 verif 
    60         echo "ORCA1LIM3xLMD144142-L79-NOPISCES" >.resol 
    61         echo "RESOL_ATM_3D=144x142x79" >>.resol 
    6224        echo "$(LIB_MPI)" >.libmpi 
    6325 
     
    7739        $(M_K) lmdz RESOL_LMDZ=144x142x39 
    7840 
    79 lmdz144x142x79: 
    80         $(M_K) lmdz RESOL_LMDZ=144x142x79 
    81  
    8241lmdz: ../../modeles/LMDZ 
    8342#       (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    84         (cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp true -v true -parallel mpi_omp -io xios -rrtm true -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
     43        (cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp false -v true -parallel mpi_omp -io xios -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
    8544 
    8645xios: ../../modeles/XIOS 
     
    8847 
    8948orca2lim2:  ../../modeles/NEMOGCM/CONFIG 
    90         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_lim2_vp key_oasis3" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
    91  
    92 orca2lim3:  ../../modeles/NEMOGCM/CONFIG 
    93         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM3_PISCES -d "OPA_SRC LIM_SRC_3 NST_SRC TOP_SRC" -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_lim3 key_oasis3 key_top key_pisces" del_key "key_lim2 key_nosignedzero" ; cp ORCA2_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
    94  
    95 orca1lim3: ../../modeles/NEMOGCM/CONFIG 
    96         (cd ../../modeles/NEMOGCM/CONFIG ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.*90 ORCA1_LIM3_PISCES/MY_SRC/ ; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM3_PISCES -d "OPA_SRC LIM_SRC_3 NST_SRC TOP_SRC" -j16 add_key "key_oasis3 key_diahth"  del_key "key_mpp_rep key_nosignedzero                  " ; cp ORCA1_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
    97  
    98 orca1lim3nopisces: ../../modeles/NEMOGCM/CONFIG 
    99         (cd ../../modeles/NEMOGCM/CONFIG ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.*90 ORCA1_LIM3_PISCES/MY_SRC/ ; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM3_PISCES -d "OPA_SRC LIM_SRC_3 NST_SRC TOP_SRC" -j16 add_key "key_oasis3                   " del_key "key_mpp_rep key_nosignedzero key_top key_pisces" ; cp ORCA1_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; )  
    100  
    101 orca1lim2:  ../../modeles/NEMOGCM/CONFIG 
    102         (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM2_PISCES -d "OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC" -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_top key_pisces key_lim2 key_lim2_vp key_oasis3 key_vvl" del_key "key_lim3 key_nosignedzero " ; cp ORCA1_LIM2_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
     49        (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_lim2_vp key_oasis3 key_diahth key_xios2" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
    10350 
    10451verif: ../../bin 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/pdControl/COMP/lim2.card

    r2854 r2966  
    1515 
    1616[ParametersFiles] 
    17 List=   (${MODIPSL}/modeles/NEMO/CONFIG/SHARED/namelist_lim2_ref, namelist_ice_ref), \ 
     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.xml, file_def_nemo-lim.xml), \ 
    1820        (${SUBMIT_DIR}/PARAM/namelist_lim2_${RESOL_OCE}_cfg, namelist_ice_cfg) 
    1921 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/pdControl/COMP/lmdz.card

    r2911 r2966  
    77# LMDZ_Physics=NPv3.2 for new physics, to be used with LMDZ5/trunk revision 1554 or later 
    88#LMDZ_Physics=AP 
    9 LMDZ_Physics=NPv5.67 
     9LMDZ_Physics=AP 
    1010 
    1111# Set ConfType to choose parameters for aerosols, solar and green house gazes. 
     
    1515 
    1616# Set pmagic in config.def 
    17 pmagic=0.01 
     17pmagic=0.0 
    1818 
    1919# manage radiative aerosol effect and ozone 
     
    3131ByPass_hgardfou_mats=n 
    3232 
    33 # Number of periods where to set parameter adjust=y before switching to adjust=n 
    34 # For adjust=n, set LMDZ_NbPeriod_ajust=0. 
    35 LMDZ_NbPeriod_adjust=0 
    36  
    37 # To force usage of specific Bands file, set LMDZ_NbPeriod_adjust=0 and replace XXXXXXX by Restart experiment 
    38 # LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/pdControl/XXXXXX/ATM/Debug/pdControl_XXXXXXX_Bands_96x95x19_3prc.dat_3 
    39 LMDZ_Bands_file_name=${SUBMIT_DIR}/PARAM/Bands_144x142x79_47prc.dat_3 
    40  
    41 # Set OutLevel to choose the level of output files from LMDZ. The file PARAM/output.def_$OutLevel will be used. 
     33# Set OutLevel to choose the level of output for LMDZ 
    4234# OutLevel=low/medium/high 
    4335OutLevel=low 
     
    5547 
    5648[InitialStateFiles] 
    57 List=  (${R_IN}/ATM/IPSLCM6/${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_XY}/start_${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_3D}.nc   , start.nc       ), \ 
    58        (${R_IN}/ATM/IPSLCM6/${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_XY}/startphy_${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_3D}.nc, startphy.nc    ) 
     49List=  (${R_IN}/ATM/IPSLCM5A2/${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_XY}/start_${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_3D}.nc   , start.nc       ), \ 
     50       (${R_IN}/ATM/IPSLCM5A2/${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_XY}/startphy_${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_3D}.nc, startphy.nc    ) 
    5951 
    6052[BoundaryFiles] 
     
    8274        (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . ),            \ 
    8375        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . ),          \ 
    84         (${SUBMIT_DIR}/PARAM/file_def_histmth_lmdz.xml, . ),                \ 
    85         (${SUBMIT_DIR}/PARAM/file_def_histmthCOSP_lmdz.xml, .),             \ 
    86         (${SUBMIT_DIR}/PARAM/file_def_histmthNMC_lmdz.xml, . ),             \ 
    87         (${SUBMIT_DIR}/PARAM/file_def_histday_lmdz.xml, . ),                \ 
    88         (${SUBMIT_DIR}/PARAM/file_def_histdayCOSP_lmdz.xml, .),             \ 
    89         (${SUBMIT_DIR}/PARAM/file_def_histdayNMC_lmdz.xml, . ),             \ 
    90         (${SUBMIT_DIR}/PARAM/file_def_histhf_lmdz.xml, . ),                 \ 
    91         (${SUBMIT_DIR}/PARAM/file_def_histhfCOSP_lmdz.xml, .),              \ 
    92         (${SUBMIT_DIR}/PARAM/file_def_histhfNMC_lmdz.xml, . ),              \ 
    93         (${SUBMIT_DIR}/PARAM/file_def_histstn_lmdz.xml, . ),                \ 
    94         (${SUBMIT_DIR}/PARAM/file_def_histins_lmdz.xml, . ),                \ 
    95         (${SUBMIT_DIR}/PARAM/file_def_histLES_lmdz.xml, . ) 
     76        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . ),                \ 
     77        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthCOSP_lmdz.xml, .),             \ 
     78        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthNMC_lmdz.xml, . ),             \ 
     79        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histday_lmdz.xml, . ),                \ 
     80        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayCOSP_lmdz.xml, .),             \ 
     81        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayNMC_lmdz.xml, . ),             \ 
     82        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhf_lmdz.xml, . ),                 \ 
     83        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfCOSP_lmdz.xml, .),              \ 
     84        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfNMC_lmdz.xml, . ),              \ 
     85        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstn_lmdz.xml, . ),                \ 
     86        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histins_lmdz.xml, . ),                \ 
     87        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histLES_lmdz.xml, . ) 
    9688 
    9789 
     
    10294 
    10395[OutputText] 
    104 List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def, config.def, vert.def, used_run.def, iodef.xml, context_lmdz.xml, field_def_lmdz.xml,debug.01,lmdz.prt,out_lmdz.x.err, out_lmdz.x.out) 
     96List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def, config.def, vert.def, used_run.def, iodef.xml, context_lmdz.xml, field_def_lmdz.xml, file_def_*lmdz.xml, debug.01, lmdz.prt, out_lmdz.x.err, out_lmdz.x.out) 
    10597 
    10698[OutputFiles] 
     
    147139[Post_1M_paramLMDZ_phy] 
    148140Patches=() 
    149 GatherWithInternal = (lon, lat, time_centered, time_centered_bounds) 
     141GatherWithInternal = (lon, lat, time_counter, time_counter_bnds) 
    150142TimeSeriesVars2D =(R_ecc,  R_peri, R_incl, solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt) 
    151143ChunckJob2D = OFF 
     
    183175[Post_HF_histhf] 
    184176Patches= () 
    185 GatherWithInternal = (lon, lat, presnivs, time_centered, time_centered_bounds) 
     177GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    186178TimeSeriesVars2D = (cldt, psol, q2m, slp, precip, pluc, plul, t2m, tsol, u10m, v10m) 
    187179ChunckJob2D = 50Y 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/pdControl/COMP/oasis.card

    r2854 r2966  
    44[UserChoices] 
    55OutputMode=n 
    6 FreqCoupling=5400 
    7 Lucia=y 
     6FreqCoupling=86400 
     7Lucia=n 
    88 
    99[InitialStateFiles] 
     
    1313[BoundaryFiles] 
    1414List=   () 
    15 ListNonDel= (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/grids.nc, grids.nc),\ 
    16             (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/masks.nc, masks.nc),\ 
    17             (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/areas.nc, areas.nc),\ 
    18             (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_torc_to_tlmd_MOSAIC.nc, rmp_torc_to_tlmd_MOSAIC.nc),\ 
    19             (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC.nc, rmp_tlmd_to_torc_MOSAIC.nc),\ 
    20             (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC_calvin.nc, rmp_tlmd_to_torc_MOSAIC_calvin.nc),\ 
    21             (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC_rivflu.nc, rmp_tlmd_to_torc_MOSAIC_rivflu.nc) 
     15ListNonDel= (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/grids.nc, grids.nc),\ 
     16            (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/masks.nc, masks.nc),\ 
     17            (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/areas.nc, areas.nc),\ 
     18            (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/rmp_torc_to_tlmd_MOSAIC.nc, rmp_torc_to_tlmd_MOSAIC.nc),\ 
     19            (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/rmp_tlmd_to_torc_MOSAIC.nc, rmp_tlmd_to_torc_MOSAIC.nc),\ 
     20            (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/rmp_tlmd_to_torc_MOSAIC_calvin.nc, rmp_tlmd_to_torc_MOSAIC_calvin.nc),\ 
     21            (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/rmp_tlmd_to_torc_MOSAIC_rivflu.nc, rmp_tlmd_to_torc_MOSAIC_rivflu.nc) 
    2222 
    2323[SmoothFiles] 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/pdControl/COMP/opa9.card

    r2891 r2966  
    33 
    44[UserChoices] 
    5 ORCA_version=${config_UserChoices_ORCA_version:-eORCA1.1} 
     5ORCA_version=${config_UserChoices_ORCA_version:-ORCA2.3} 
    66mesh_mask= n 
    77 
     
    1111[BoundaryFiles] 
    1212List=   () 
    13 ListNonDel= (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/coordinates.nc                     , .  ), \ 
    14             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/${opa9_UserChoices_ORCA_version}_bathy_meter.nc    , bathy_meter.nc ), \ 
    15             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/runoffs_${opa9_UserChoices_ORCA_version}_depths.nc    , runoffs_eORCA1.0_depths.nc   ), \ 
    16             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/ahmcoef.nc                         , .  ), \ 
    17             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/mask_itf.nc                        , .  ), \ 
    18             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/K1rowdrg.nc                        , K1rowdrg.nc     ), \ 
    19             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/M2rowdrg.nc                        , M2rowdrg.nc     ), \ 
    20             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/subbasins.nc                       , subbasins.nc    ), \ 
    21             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Goutorbe_ghflux.nc                                   ,  . ), \ 
    22             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/conservative_temperature_WOA13_decav_Reg1L75_clim.nc ,  . ), \ 
    23             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/absolute_salinity_WOA13_decav_Reg1L75_clim.nc        ,  . ), \ 
    24             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/weights_3D_WOA13d1_2_eorca1_bilinear.nc              ,  . ), \ 
    25             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/weights_Goutorbe1_2_eorca1_bilinear.nc               ,  . ), \ 
    26             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/merged_ESACCI_BIOMER4V1R1_CHL_REG05.nc               ,  . ), \ 
    27             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/weights_reg05_2_eorca1_bilinear.nc                   ,  . ), \ 
    28             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/mixing_power_bot.nc                                  ,  . ), \ 
    29             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/mixing_power_pyc.nc                                  ,  . ), \ 
    30             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/mixing_power_cri.nc                                  ,  . ), \ 
    31             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/decay_scale_bot.nc                                   ,  . ), \ 
    32             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/decay_scale_cri.nc                                   ,  . ), \ 
    33             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/vosaline_360x180-ORCA1_WOA13_climatemonth.nc         , sali_ref_clim_monthly.nc ) 
    34  
     13ListNonDel= (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/coordinates.nc                          , .), \ 
     14            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/bathy_meter.nc                          , .), \ 
     15            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/ahmcoef.nc                              , .), \ 
     16            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/runoffs_ORCA2_depths.nc                 , .), \ 
     17            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_1m_potential_temperature_nomask.nc , .), \ 
     18            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/geothermal_heating.nc                   , .), \ 
     19            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_1m_salinity_nomask.nc              , .), \ 
     20            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/sss_data.nc                             , .), \ 
     21            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/sst_data.nc                             , .), \ 
     22            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/chlorophyll_surface.nc                  , .), \ 
     23            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/K1rowdrg.nc                             , .), \ 
     24            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/M2rowdrg.nc                             , .), \ 
     25            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/mask_itf.nc                             , .), \ 
     26            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/subbasins.nc                            , .) 
    3527 
    3628[SmoothFiles] 
     
    3931[ParametersFiles] 
    4032List=   (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_ref  , namelist_ref        ), \ 
    41         (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-opa.xml , field_def_nemo-opa.xml  ), \ 
    42         (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/domain_def_nemo.xml, domain_def_nemo.xml ), \ 
     33        (${SUBMIT_DIR}/PARAM/field_def_nemo-opa.xml , field_def_nemo-opa.xml  ), \ 
     34        (${SUBMIT_DIR}/PARAM/domain_def_nemo.xml, domain_def_nemo.xml ), \ 
    4335        (${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}_cfg          , namelist_cfg        ), \ 
    44         (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/context_nemo.xml                   , context_nemo.xml    ), \ 
     36        (${SUBMIT_DIR}/PARAM/context_nemo.xml                   , context_nemo.xml    ), \ 
    4537        (${SUBMIT_DIR}/PARAM/file_def_nemo-opa.xml                  , file_def_nemo-opa.xml   ) 
    4638 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/pdControl/COMP/orchidee.card

    r2892 r2966  
    77# Sef DefSuffix=Choi (default) to activate default 2-layer Choisnel hydrology 
    88# Set DefSuffix=CWRR to activate 11-layer CWRR hydrology 
    9 #DefSuffix=Choi 
    10 DefSuffix=CWRR 
     9DefSuffix=Choi 
    1110 
    1211VEGET_UPDATE=0Y 
     
    1514List=   (${R_IN}/SRF/soils_param.nc,        . ), \ 
    1615        (${R_IN}/SRF/routing.nc,            . ), \ 
    17     (${R_IN}/SRF/albedo/alb_bg_modisopt.nc, alb_bg.nc), \ 
    18         (${R_IN}/SRF/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_2000.nc, PFTmap.nc), \ 
     16    (${R_IN}/SRF/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_2000.nc, PFTmap.nc), \ 
    1917        (${R_IN}/SRF/cartepente2d_15min.nc, .) 
    2018 
     
    3028        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\ 
    3129        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\ 
    32         (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .)  
     30        (${SUBMIT_DIR}/PARAM/field_def_orchidee.xml, .)  
    3331 
    3432[RestartFiles] 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/pdControl/COMP/pisces.card

    r2886 r2966  
    1111List=   () 
    1212 
    13 ListNonDel=  (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/DIC_GLODAP_annual_eORCA_R1.nc             , . ), \ 
    14              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Alkalini_GLODAP_annual_eORCA_R1.nc        , . ), \ 
    15              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/O2_WOA2009_monthly_eORCA_R1.nc            , . ), \ 
    16              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/PO4_WOA2009_monthly_eORCA_R1.nc           , . ), \ 
    17              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Si_WOA2009_monthly_eORCA_R1.nc            , . ), \ 
    18              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/DOC_PISCES_monthly_eORCA_R1.nc            , . ), \ 
    19              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Fer_PISCES_monthly_eORCA_R1.nc            , . ), \ 
    20              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/NO3_WOA2009_monthly_eORCA_R1.nc           , . ), \ 
    21              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/dust_INCA_eORCA_R1.nc                     , . ), \ 
    22              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/pmarge_etopo_eORCA_R1.nc                  , . ), \ 
    23              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/river_global_news_eORCA_R1.nc             , . ), \ 
    24              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/ndeposition_Duce_eORCA_R1.nc              , . ), \ 
    25              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/par_fraction_gewex_clim90s00s_eORCA_R1.nc , . ), \ 
    26              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Solubility_T62_Mahowald_eORCA_R1.nc       , . ) 
     13ListNonDel= (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_DIC_nomask.nc     , . ), \ 
     14            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_Alkalini_nomask.nc, . ), \ 
     15            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_O2_nomask.nc      , . ), \ 
     16            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_NO3_nomask.nc     , . ), \ 
     17            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_PO4_nomask.nc     , . ), \ 
     18            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_Si_nomask.nc      , . ), \ 
     19            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_DOC_nomask.nc     , . ), \ 
     20            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_Fer_nomask.nc     , . ), \ 
     21            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/kRGB61.txt             , . ), \ 
     22            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/dust.orca.nc           , . ), \ 
     23            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/bathy.orca.nc          , . ), \ 
     24            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/river.orca.nc          , . ), \ 
     25            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/ndeposition.orca.nc    , . ), \ 
     26            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/par.orca.nc            , . ), \ 
     27            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/solubility.orca.nc    , . ) 
    2728 
    28                                                                                    
    2929[SmoothFiles] 
    3030List=  () 
     
    3636        (${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE}_cfg        , namelist_pisces_cfg), \ 
    3737        (${SUBMIT_DIR}/PARAM/file_def_nemo-pisces.xml                  , file_def_nemo-pisces.xml   ), \ 
    38         (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-pisces.xml                  , field_def_nemo-pisces.xml   ) 
     38        (${SUBMIT_DIR}/PARAM/field_def_nemo-pisces.xml                  , field_def_nemo-pisces.xml   ) 
    3939         
    4040 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/pdControl/COMP/xios.card

    r2854 r2966  
    2121 
    2222[OutputText] 
    23 List=   (out_xios.x.err , out_xios.x.out) 
     23List=   (out_xios.x.err.*, out_xios.x.out.*) 
    2424 
    2525[OutputFiles] 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/pdControl/config.card

    r2891 r2966  
    1414#----- DEVT TEST PROD 
    1515SpaceName=TEST 
    16 LongName="IPSLCM6.0.3" 
    17 TagName=IPSLCM6 
     16LongName="IPSLCM5A2" 
     17TagName=IPSLCM5A2 
    1818#D- Choice of experiment in EXPERIMENTS directory 
    1919ExpType=IPSLCM/pdControl 
     
    2626DateEnd=1850-12-31 
    2727#============================ 
    28 ORCA_version=eORCA1.2 
     28ORCA_version=ORCA2.3 
    2929#============================ 
    3030#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 
     
    3434#D-- Restarts - 
    3535[Restarts] 
    36 #D- by default: config.card describes no restart for all components  
     36#D- by default: config.card describes no restart for all components 
    3737#D-             ie start from Levitus or limit files 
    3838#D- If you want to restart all components from the same simulation, 
    3939#D-      put OveRule flag to 'y' and set the next 3 parameters 
    40 OverRule=n 
     40OverRule=y 
    4141#D- Last day of the experience used as restart for all components 
    42 RestartDate=1859-12-31 
     42RestartDate=3129-12-31 
    4343#D- Define restart simulation name for all components 
    44 RestartJobName=O1T09V06 
     44RestartJobName=VLRtun01 
    4545#D- Path Server Group Login 
    46 RestartPath=/ccc/store/cont003/dsm/p86mart/IGCM_OUT/IPSLCM6/DEVT/piControl 
     46RestartPath=/ccc/store/cont003/gencmip6/p25sepul/IGCM_OUT/IPSLCM6/DEVT/piControl 
     47 
    4748#======================================================================== 
    4849#D-- ATM - 
     
    155156SBG= (stomate, ORCHIDEE_1_9_5) 
    156157OCE= (opa9, CMIP5_IPSL) 
    157 ICE= (lim3, CMIP5_IPSL) 
     158ICE= (lim2, CMIP5_IPSL) 
    158159MBG= (pisces, CMIP5_IPSL) 
    159160CPL= (oasis, OASIS3-MCT) 
     
    164165[Executable] 
    165166#D- For each component, Real name of executable, Name of executable for oasis 
    166 ATM= (gcm.e, lmdz.x, 47MPI, 8OMP) 
     167ATM= (gcm.e, lmdz.x, 32MPI, 8OMP) 
    167168SRF= ("" ,"" ) 
    168169SBG= ("" ,"" ) 
    169 OCE= (opa, opa.xx, 180MPI) 
     170OCE= (opa, opa.xx, 45MPI) 
    170171ICE= ("" ,"" ) 
    171172MBG= ("" ,"" ) 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/piControl/COMP/lim2.card

    r2795 r2966  
    1515 
    1616[ParametersFiles] 
    17 List=   (${MODIPSL}/modeles/NEMO/CONFIG/SHARED/namelist_lim2_ref, namelist_ice_ref), \ 
     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.xml, file_def_nemo-lim.xml), \ 
    1820        (${SUBMIT_DIR}/PARAM/namelist_lim2_${RESOL_OCE}_cfg, namelist_ice_cfg) 
    1921 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/piControl/COMP/lmdz.card

    r2911 r2966  
    77# LMDZ_Physics=NPv3.2 for new physics, to be used with LMDZ5/trunk revision 1554 or later 
    88#LMDZ_Physics=AP 
    9 LMDZ_Physics=NPv5.67 
     9LMDZ_Physics=AP 
    1010 
    1111# Set ConfType to choose parameters for aerosols, solar and green house gazes. 
     
    3131ByPass_hgardfou_mats=n 
    3232 
    33 # Number of periods where to set parameter adjust=y before switching to adjust=n 
    34 # For adjust=n, set LMDZ_NbPeriod_ajust=0. 
    35 LMDZ_NbPeriod_adjust=0 
    36  
    37 # To force usage of specific Bands file, set LMDZ_NbPeriod_adjust=0 and replace XXXXXXX by Restart experiment 
    38 # LMDZ_Bands_file_name=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/pdControl/XXXXXX/ATM/Debug/pdControl_XXXXXXX_Bands_96x95x19_3prc.dat_3 
    39 LMDZ_Bands_file_name=${SUBMIT_DIR}/PARAM/Bands_144x142x79_47prc.dat_3 
    40  
    41 # Set OutLevel to choose the level of output files from LMDZ. The file PARAM/output.def_$OutLevel will be used. 
     33# Set OutLevel to choose the level of output for LMDZ 
    4234# OutLevel=low/medium/high 
    4335OutLevel=low 
     
    5547 
    5648[InitialStateFiles] 
    57 List=  (${R_IN}/ATM/IPSLCM6/${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_XY}/start_${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_3D}.nc   , start.nc       ), \ 
    58        (${R_IN}/ATM/IPSLCM6/${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_XY}/startphy_${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_3D}.nc, startphy.nc    ) 
     49List=  (${R_IN}/ATM/IPSLCM5A2/${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_XY}/start_${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_3D}.nc   , start.nc       ), \ 
     50       (${R_IN}/ATM/IPSLCM5A2/${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_XY}/startphy_${config_UserChoices_ORCA_version}xLMD${RESOL_ATM_3D}.nc, startphy.nc    ) 
    5951 
    6052[BoundaryFiles] 
     
    8173        (${MODIPSL}/modeles/LMDZ/DefLists/context_lmdz.xml, . ),            \ 
    8274        (${MODIPSL}/modeles/LMDZ/DefLists/field_def_lmdz.xml, . ),          \ 
    83         (${SUBMIT_DIR}/PARAM/file_def_histmth_lmdz.xml, . ),                \ 
    84         (${SUBMIT_DIR}/PARAM/file_def_histmthCOSP_lmdz.xml, .),             \ 
    85         (${SUBMIT_DIR}/PARAM/file_def_histmthNMC_lmdz.xml, . ),             \ 
    86         (${SUBMIT_DIR}/PARAM/file_def_histday_lmdz.xml, . ),                \ 
    87         (${SUBMIT_DIR}/PARAM/file_def_histdayCOSP_lmdz.xml, .),             \ 
    88         (${SUBMIT_DIR}/PARAM/file_def_histdayNMC_lmdz.xml, . ),             \ 
    89         (${SUBMIT_DIR}/PARAM/file_def_histhf_lmdz.xml, . ),                 \ 
    90         (${SUBMIT_DIR}/PARAM/file_def_histhfCOSP_lmdz.xml, .),              \ 
    91         (${SUBMIT_DIR}/PARAM/file_def_histhfNMC_lmdz.xml, . ),              \ 
    92         (${SUBMIT_DIR}/PARAM/file_def_histstn_lmdz.xml, . ),                \ 
    93         (${SUBMIT_DIR}/PARAM/file_def_histins_lmdz.xml, . ),                \ 
    94         (${SUBMIT_DIR}/PARAM/file_def_histLES_lmdz.xml, . ) 
     75        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmth_lmdz.xml, . ),                \ 
     76        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthCOSP_lmdz.xml, .),             \ 
     77        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histmthNMC_lmdz.xml, . ),             \ 
     78        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histday_lmdz.xml, . ),                \ 
     79        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayCOSP_lmdz.xml, .),             \ 
     80        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histdayNMC_lmdz.xml, . ),             \ 
     81        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhf_lmdz.xml, . ),                 \ 
     82        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfCOSP_lmdz.xml, .),              \ 
     83        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histhfNMC_lmdz.xml, . ),              \ 
     84        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histstn_lmdz.xml, . ),                \ 
     85        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histins_lmdz.xml, . ),                \ 
     86        (${MODIPSL}/modeles/LMDZ/DefLists/file_def_histLES_lmdz.xml, . ) 
    9587 
    9688 
     
    10193 
    10294[OutputText] 
    103 List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def, config.def, vert.def, used_run.def, iodef.xml, context_lmdz.xml, field_def_lmdz.xml,debug.01,lmdz.prt,out_lmdz.x.err, out_lmdz.x.out) 
     95List=   (physiq.def, gcm.def, run.def, traceur.def, guide.def, config.def, vert.def, used_run.def, iodef.xml, context_lmdz.xml, field_def_lmdz.xml, file_def_*lmdz.xml, debug.01, lmdz.prt, out_lmdz.x.err, out_lmdz.x.out) 
    10496 
    10597[OutputFiles] 
     
    146138[Post_1M_paramLMDZ_phy] 
    147139Patches=() 
    148 GatherWithInternal = (lon, lat, time_centered, time_centered_bounds) 
     140GatherWithInternal = (lon, lat, time_counter, time_counter_bnds) 
    149141TimeSeriesVars2D =(R_ecc,  R_peri, R_incl, solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt) 
    150142ChunckJob2D = OFF 
     
    182174[Post_HF_histhf] 
    183175Patches= () 
    184 GatherWithInternal = (lon, lat, presnivs, time_centered, time_centered_bounds) 
     176GatherWithInternal = (lon, lat, presnivs, time_counter, time_centered, time_centered_bounds) 
    185177TimeSeriesVars2D = (cldt, psol, q2m, slp, precip, pluc, plul, t2m, tsol, u10m, v10m) 
    186178ChunckJob2D = 50Y 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/piControl/COMP/oasis.card

    r2779 r2966  
    44[UserChoices] 
    55OutputMode=n 
    6 FreqCoupling=5400 
    7 Lucia=y 
     6FreqCoupling=86400 
     7Lucia=n 
    88 
    99[InitialStateFiles] 
     
    1313[BoundaryFiles] 
    1414List=   () 
    15 ListNonDel= (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/grids.nc, grids.nc),\ 
    16             (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/masks.nc, masks.nc),\ 
    17             (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/areas.nc, areas.nc),\ 
    18             (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_torc_to_tlmd_MOSAIC.nc, rmp_torc_to_tlmd_MOSAIC.nc),\ 
    19             (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC.nc, rmp_tlmd_to_torc_MOSAIC.nc),\ 
    20             (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC_calvin.nc, rmp_tlmd_to_torc_MOSAIC_calvin.nc),\ 
    21             (${R_IN}/CPL/IPSLCM6/${config_UserChoices_ORCA_version}x${RESOL_ATM}/rmp_tlmd_to_torc_MOSAIC_rivflu.nc, rmp_tlmd_to_torc_MOSAIC_rivflu.nc) 
     15ListNonDel= (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/grids.nc, grids.nc),\ 
     16            (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/masks.nc, masks.nc),\ 
     17            (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/areas.nc, areas.nc),\ 
     18            (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/rmp_torc_to_tlmd_MOSAIC.nc, rmp_torc_to_tlmd_MOSAIC.nc),\ 
     19            (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/rmp_tlmd_to_torc_MOSAIC.nc, rmp_tlmd_to_torc_MOSAIC.nc),\ 
     20            (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/rmp_tlmd_to_torc_MOSAIC_calvin.nc, rmp_tlmd_to_torc_MOSAIC_calvin.nc),\ 
     21            (${R_IN}/CPL/IPSLCM5A2/${config_UserChoices_ORCA_version}x${RESOL_ATM}_v1/rmp_tlmd_to_torc_MOSAIC_rivflu.nc, rmp_tlmd_to_torc_MOSAIC_rivflu.nc) 
    2222 
    2323[SmoothFiles] 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/piControl/COMP/opa9.card

    r2891 r2966  
    33 
    44[UserChoices] 
    5 ORCA_version=${config_UserChoices_ORCA_version:-eORCA1.1} 
     5ORCA_version=${config_UserChoices_ORCA_version:-ORCA2.3} 
    66mesh_mask= n 
    77 
     
    1111[BoundaryFiles] 
    1212List=   () 
    13 ListNonDel= (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/coordinates.nc                     , .  ), \ 
    14             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/${opa9_UserChoices_ORCA_version}_bathy_meter.nc    , bathy_meter.nc ), \ 
    15             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/runoffs_${opa9_UserChoices_ORCA_version}_depths.nc    , runoffs_eORCA1.0_depths.nc   ), \ 
    16             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/ahmcoef.nc                         , .  ), \ 
    17             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/mask_itf.nc                        , .  ), \ 
    18             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/K1rowdrg.nc                        , K1rowdrg.nc     ), \ 
    19             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/M2rowdrg.nc                        , M2rowdrg.nc     ), \ 
    20             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/subbasins.nc                       , subbasins.nc    ), \ 
    21             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Goutorbe_ghflux.nc                                   ,  . ), \ 
    22             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/conservative_temperature_WOA13_decav_Reg1L75_clim.nc ,  . ), \ 
    23             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/absolute_salinity_WOA13_decav_Reg1L75_clim.nc        ,  . ), \ 
    24             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/weights_3D_WOA13d1_2_eorca1_bilinear.nc              ,  . ), \ 
    25             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/weights_Goutorbe1_2_eorca1_bilinear.nc               ,  . ), \ 
    26             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/merged_ESACCI_BIOMER4V1R1_CHL_REG05.nc               ,  . ), \ 
    27             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/weights_reg05_2_eorca1_bilinear.nc                   ,  . ), \ 
    28             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/mixing_power_bot.nc                                  ,  . ), \ 
    29             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/mixing_power_pyc.nc                                  ,  . ), \ 
    30             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/mixing_power_cri.nc                                  ,  . ), \ 
    31             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/decay_scale_bot.nc                                   ,  . ), \ 
    32             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/decay_scale_cri.nc                                   ,  . ), \ 
    33             (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/vosaline_360x180-ORCA1_WOA13_climatemonth.nc         , sali_ref_clim_monthly.nc ) 
    34  
     13ListNonDel= (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/coordinates.nc                          , .), \ 
     14            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/bathy_meter.nc                          , .), \ 
     15            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/ahmcoef.nc                              , .), \ 
     16            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/runoffs_ORCA2_depths.nc                 , .), \ 
     17            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_1m_potential_temperature_nomask.nc , .), \ 
     18            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/geothermal_heating.nc                   , .), \ 
     19            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_1m_salinity_nomask.nc              , .), \ 
     20            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/sss_data.nc                             , .), \ 
     21            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/sst_data.nc                             , .), \ 
     22            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/chlorophyll_surface.nc                  , .), \ 
     23            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/K1rowdrg.nc                             , .), \ 
     24            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/M2rowdrg.nc                             , .), \ 
     25            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/mask_itf.nc                             , .), \ 
     26            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/subbasins.nc                            , .) 
    3527 
    3628[SmoothFiles] 
     
    3931[ParametersFiles] 
    4032List=   (${MODIPSL}/modeles/NEMOGCM/CONFIG/SHARED/namelist_ref  , namelist_ref        ), \ 
    41         (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-opa.xml , field_def_nemo-opa.xml  ), \ 
    42         (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/domain_def_nemo.xml, domain_def_nemo.xml ), \ 
     33        (${SUBMIT_DIR}/PARAM/field_def_nemo-opa.xml , field_def_nemo-opa.xml  ), \ 
     34        (${SUBMIT_DIR}/PARAM/domain_def_nemo.xml, domain_def_nemo.xml ), \ 
    4335        (${SUBMIT_DIR}/PARAM/namelist_${RESOL_OCE}_cfg          , namelist_cfg        ), \ 
    44         (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/context_nemo.xml                   , context_nemo.xml    ), \ 
     36        (${SUBMIT_DIR}/PARAM/context_nemo.xml                   , context_nemo.xml    ), \ 
    4537        (${SUBMIT_DIR}/PARAM/file_def_nemo-opa.xml                  , file_def_nemo-opa.xml   ) 
    4638 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/piControl/COMP/orchidee.card

    r2892 r2966  
    77# Sef DefSuffix=Choi (default) to activate default 2-layer Choisnel hydrology 
    88# Set DefSuffix=CWRR to activate 11-layer CWRR hydrology 
    9 #DefSuffix=Choi 
    10 DefSuffix=CWRR 
     9DefSuffix=Choi 
    1110 
    1211VEGET_UPDATE=0Y 
     
    1514List=   (${R_IN}/SRF/soils_param.nc,        . ), \ 
    1615        (${R_IN}/SRF/routing.nc,            . ), \ 
    17         (${R_IN}/SRF/albedo/alb_bg_modisopt.nc, alb_bg.nc), \ 
    1816        (${R_IN}/SRF/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_1850.nc, PFTmap.nc), \ 
    1917        (${R_IN}/SRF/cartepente2d_15min.nc, .) 
     
    3028        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\ 
    3129        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\ 
    32         (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .)  
     30        (${SUBMIT_DIR}/PARAM/field_def_orchidee.xml, .)  
    3331 
    3432[RestartFiles] 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/piControl/COMP/pisces.card

    r2886 r2966  
    1111List=   () 
    1212 
    13 ListNonDel=  (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/DIC_GLODAP_annual_eORCA_R1.nc             , . ), \ 
    14              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Alkalini_GLODAP_annual_eORCA_R1.nc        , . ), \ 
    15              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/O2_WOA2009_monthly_eORCA_R1.nc            , . ), \ 
    16              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/PO4_WOA2009_monthly_eORCA_R1.nc           , . ), \ 
    17              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Si_WOA2009_monthly_eORCA_R1.nc            , . ), \ 
    18              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/DOC_PISCES_monthly_eORCA_R1.nc            , . ), \ 
    19              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Fer_PISCES_monthly_eORCA_R1.nc            , . ), \ 
    20              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/NO3_WOA2009_monthly_eORCA_R1.nc           , . ), \ 
    21              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/dust_INCA_eORCA_R1.nc                     , . ), \ 
    22              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/pmarge_etopo_eORCA_R1.nc                  , . ), \ 
    23              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/river_global_news_eORCA_R1.nc             , . ), \ 
    24              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/ndeposition_Duce_eORCA_R1.nc              , . ), \ 
    25              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/par_fraction_gewex_clim90s00s_eORCA_R1.nc , . ), \ 
    26              (${R_IN}/OCE/IPSLCM6/${opa9_UserChoices_ORCA_version}/Solubility_T62_Mahowald_eORCA_R1.nc       , . ) 
     13ListNonDel= (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_DIC_nomask.nc     , . ), \ 
     14            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_Alkalini_nomask.nc, . ), \ 
     15            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_O2_nomask.nc      , . ), \ 
     16            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_NO3_nomask.nc     , . ), \ 
     17            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_PO4_nomask.nc     , . ), \ 
     18            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_Si_nomask.nc      , . ), \ 
     19            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_DOC_nomask.nc     , . ), \ 
     20            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/data_Fer_nomask.nc     , . ), \ 
     21            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/kRGB61.txt             , . ), \ 
     22            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/dust.orca.nc           , . ), \ 
     23            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/bathy.orca.nc          , . ), \ 
     24            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/river.orca.nc          , . ), \ 
     25            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/ndeposition.orca.nc    , . ), \ 
     26            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/par.orca.nc            , . ), \ 
     27            (${R_IN}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_ORCA_version}/solubility.orca.nc    , . ) 
    2728 
    28                                                                                    
    2929[SmoothFiles] 
    3030List=  () 
     
    3636        (${SUBMIT_DIR}/PARAM/namelist_pisces_${RESOL_OCE}_cfg        , namelist_pisces_cfg), \ 
    3737        (${SUBMIT_DIR}/PARAM/file_def_nemo-pisces.xml                  , file_def_nemo-pisces.xml   ), \ 
    38         (${MODIPSL}/modeles/NEMOGCM/CONFIG/ORCA1_LIM3_PISCES/EXP00/field_def_nemo-pisces.xml                  , field_def_nemo-pisces.xml   ) 
     38        (${SUBMIT_DIR}/PARAM/field_def_nemo-pisces.xml                  , field_def_nemo-pisces.xml   ) 
    3939         
    4040 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/piControl/COMP/xios.card

    r2819 r2966  
    2121 
    2222[OutputText] 
    23 List=   (out_xios.x.err , out_xios.x.out) 
     23List=   (out_xios.x.err.*, out_xios.x.out.*) 
    2424 
    2525[OutputFiles] 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/piControl/config.card

    r2891 r2966  
    1414#----- DEVT TEST PROD 
    1515SpaceName=TEST 
    16 LongName="IPSLCM6.0.3" 
    17 TagName=IPSLCM6 
     16LongName="IPSLCM5A2" 
     17TagName=IPSLCM5A2 
    1818#D- Choice of experiment in EXPERIMENTS directory 
    1919ExpType=IPSLCM/piControl 
     
    2626DateEnd=1850-12-31 
    2727#============================ 
    28 ORCA_version=eORCA1.2 
     28ORCA_version=ORCA2.3 
    2929#============================ 
    3030#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 
     
    3434#D-- Restarts - 
    3535[Restarts] 
    36 #D- by default: config.card describes no restart for all components  
     36#D- by default: config.card describes no restart for all components 
    3737#D-             ie start from Levitus or limit files 
    3838#D- If you want to restart all components from the same simulation, 
    3939#D-      put OveRule flag to 'y' and set the next 3 parameters 
    40 OverRule=n 
     40OverRule=y 
    4141#D- Last day of the experience used as restart for all components 
    42 RestartDate=1859-12-31 
     42RestartDate=3129-12-31 
    4343#D- Define restart simulation name for all components 
    44 RestartJobName=O1T09V06 
     44RestartJobName=VLRtun01 
    4545#D- Path Server Group Login 
    46 RestartPath=/ccc/store/cont003/dsm/p86mart/IGCM_OUT/IPSLCM6/DEVT/piControl 
     46RestartPath=/ccc/store/cont003/gencmip6/p25sepul/IGCM_OUT/IPSLCM6/DEVT/piControl 
     47 
    4748#======================================================================== 
    4849#D-- ATM - 
     
    155156SBG= (stomate, ORCHIDEE_1_9_5) 
    156157OCE= (opa9, CMIP5_IPSL) 
    157 ICE= (lim3, CMIP5_IPSL) 
     158ICE= (lim2, CMIP5_IPSL) 
    158159MBG= (pisces, CMIP5_IPSL) 
    159160CPL= (oasis, OASIS3-MCT) 
     
    164165[Executable] 
    165166#D- For each component, Real name of executable, Name of executable for oasis 
    166 ATM= (gcm.e, lmdz.x, 47MPI, 8OMP) 
     167ATM= (gcm.e, lmdz.x, 32MPI, 8OMP) 
    167168SRF= ("" ,"" ) 
    168169SBG= ("" ,"" ) 
    169 OCE= (opa, opa.xx, 180MPI) 
     170OCE= (opa, opa.xx, 45MPI) 
    170171ICE= ("" ,"" ) 
    171172MBG= ("" ,"" ) 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/config.def_actuel

    r2911 r2966  
    77 
    88## Nombre  d'appels des routines de rayonnements ( par jour)                  
    9 nbapp_rad=16 
     9nbapp_rad=24 
    1010 
    1111##  Facteur additif pour l'albedo 
     
    2222R_incl = 23.441 
    2323### solaire =    Constante solaire 
    24 #solaire = _AUTO_ : DEFAULT = 1366.0896 
    25 solaire = _AUTO_ : DEFAULT = 1361.20  
     24#solaire = _AUTO_ : DEFAULT = 1361.20  
     25solaire = _AUTO_: DEFAULT = 1365.6537 
    2626# 
    2727# Taux gaz a effet de serre 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/config.def_annuel

    r2911 r2966  
    77 
    88## Nombre  d'appels des routines de rayonnements ( par jour)                  
    9 nbapp_rad=16 
     9nbapp_rad=24 
    1010 
    1111##  Facteur additif pour l'albedo 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/config.def_preind

    r2911 r2966  
    99 
    1010## Nombre  d'appels des routines de rayonnements ( par jour)                  
    11 nbapp_rad=16 
     11nbapp_rad=24 
    1212 
    1313##  Facteur additif pour l'albedo 
     
    2424R_incl = 23.441 
    2525### solaire =    Constante solaire 
    26 solaire = _AUTO_: DEFAULT = 1361.20 
     26#solaire = _AUTO_: DEFAULT = 1361.20 
     27solaire = _AUTO_: DEFAULT = 1365.6537 
    2728# 
    2829# Taux gaz a effet de serre 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/file_def_nemo-opa.xml

    r2878 r2966  
    111111 
    112112        <file id="file4" name_suffix="_SBC" description="surface fluxes variables" > <!-- time step automaticaly defined based on nn_fsbc --> 
    113           <field field_ref="empmr"        name="wfo"      long_name="water_flux_into_sea_water"                     /> 
    114           <field field_ref="qsr_oce"      name="qsr_oce"  long_name="downward shortwave flux at ocean surface"           /> 
    115           <field field_ref="qns_oce"      name="qns_oce"  long_name="downward non solar flux at ocean surface"           /> 
    116           <field field_ref="qt_oce"       name="qt_oce"   long_name="downward total flux at ocean surface"           /> 
    117           <field field_ref="qsr_ice"      name="qsr_ice"  long_name="downward shortwave flux at ice surface"           /> 
    118           <field field_ref="qns_ice"      name="qns_ice"  long_name="downward non solar flux at ice surface"           /> 
    119           <field field_ref="qtr_ice"      name="qtr_ice"  long_name="shortwave flux transmitted thru the ice"           /> 
    120           <field field_ref="qt_ice"       name="qt_ice"   long_name="downward total flux at ice surface"           /> 
    121           <field field_ref="saltflx"      name="sfx"  /> 
    122           <field field_ref="taum"         name="taum" /> 
    123           <field field_ref="wspd"         name="windsp"  /> 
    124           <field field_ref="precip"       name="precip" /> 
     113          <field field_ref="qsr_oce"       name="qsr_oce"  long_name="downward shortwave flux at ocean surface"           /> 
     114          <field field_ref="qns_oce"       name="qns_oce"  long_name="downward non solar flux at ocean surface"           /> 
     115          <field field_ref="qsr_ice"       name="qsr_ice"  long_name="downward shortwave flux at ice surface"           /> 
     116          <field field_ref="qns_ice"       name="qns_ice"  long_name="downward non solar flux at ice surface"           /> 
     117          <field field_ref="qtr_ice"       name="qtr_ice"  long_name="shortwave flux transmitted thru the ice"           /> 
     118          <field field_ref="taum"          name="taum" /> 
     119          <field field_ref="wspd"          name="windsp"  /> 
     120          <field field_ref="precip"        name="precip" /> 
     121          <!-- For heat conservation checking --> 
     122          <field field_ref="qt_oce"        name="qt_oce"   long_name="downward total flux at ocean surface"           /> 
     123          <field field_ref="qemp_oce"      name="qemp_oce" long_name="Downward Heat Flux from E-P over open ocean"           /> 
     124          <field field_ref="qt_ice"        name="qt_ice"   long_name="downward total flux at ice surface"           /> 
     125          <field field_ref="qemp_ice"      name="qemp_ice" long_name="Downward Heat Flux from E-P over ice"           /> 
     126          <field field_ref="hflx_rain_cea" name="hflx_rain_cea"      /> 
     127          <field field_ref="hflx_evap_cea" name="hflx_evap_cea"      /> 
     128          <field field_ref="hflx_snow_cea" name="hflx_snow_cea"      /> 
     129          <field field_ref="hflx_cal_cea"  name="hflx_cal_cea"      /> 
     130          <!-- For freshwater conservation checking --> 
     131          <field field_ref="empmr"         name="wfo"      long_name="water_flux_into_sea_water"                     /> 
     132          <field field_ref="emp_oce"       name="emp_oce"                      /> 
     133          <field field_ref="emp_ice"       name="emp_ice"                      /> 
     134          <field field_ref="runoffs"       name="friver"   long_name="water_flux_into_sea_water_from_rivers"                   level="1" /> 
     135          <field field_ref="calving_cea"   name="calving" /> 
     136          <field field_ref="vfxice"        name="vfxice" /> 
     137          <field field_ref="vfxsnw"        name="vfxsnw" /> 
     138          <field field_ref="vfxsub"        name="vfxsub" /> 
     139          <field field_ref="vfxspr"        name="vfxspr" /> 
     140          <field field_ref="rain"          name="rain"      /> 
     141          <field field_ref="snow_ao_cea"   name="snow_ao_cea"      /> 
     142          <field field_ref="snow_ai_cea"   name="snow_ai_cea"      /> 
     143          <field field_ref="evap_ao_cea"   name="evap_ao_cea"      /> 
     144          <field field_ref="subl_ai_cea"   name="subl_ai_cea"      /> 
     145          <!-- For salt conservation checking --> 
     146          <field field_ref="saltflx"      name="sosflxdo"  /> 
    125147          <!-- ice and snow --> 
    126148          <field field_ref="snowpre"      /> 
     
    157179          <field field_ref="mldr10_1"     name="mldr10_1" level="2" /> 
    158180          <field field_ref="mldr10_1max"  name="mldr10_1max"  long_name="max of Mixed Layer Depth 0.01 ref.10m"              operation="maximum" /> 
    159           <field field_ref="runoffs"      name="friver"   long_name="water_flux_into_sea_water_from_rivers"                   level="1" /> 
    160           <field field_ref="empmr"        name="wfo"      long_name="water_flux_into_sea_water"                               level="1" /> 
    161181          <!-- wfonocorr : water_flux_into_sea_water_without_flux_correction : emp - erp --> 
    162182          <field field_ref="erp"          name="wfcorr"   long_name="water_flux_correction"                                   level="1" /> <!-- usually = 0 --> 
     
    185205          <field field_ref="fmmflx"       name="fmmflx"  /> 
    186206          <field field_ref="iceconc"      name="siconc"  /> 
     207          <!-- For heat conservation checking --> 
     208          <field field_ref="qt_oce"        name="qt_oce"   long_name="downward total flux at ocean surface"           /> 
     209          <field field_ref="qemp_oce"      name="qemp_oce" long_name="Downward Heat Flux from E-P over open ocean"           /> 
     210          <field field_ref="qt_ice"        name="qt_ice"   long_name="downward total flux at ice surface"           /> 
     211          <field field_ref="qemp_ice"      name="qemp_ice" long_name="Downward Heat Flux from E-P over ice"           /> 
     212          <field field_ref="hflx_rain_cea" name="hflx_rain_cea"      /> 
     213          <field field_ref="hflx_evap_cea" name="hflx_evap_cea"      /> 
     214          <field field_ref="hflx_snow_cea" name="hflx_snow_cea"      /> 
     215          <field field_ref="hflx_cal_cea"  name="hflx_cal_cea"      /> 
     216          <!-- For freshwater conservation checking --> 
     217          <field field_ref="empmr"         name="wfo"      long_name="water_flux_into_sea_water"                     /> 
     218          <field field_ref="emp_oce"       name="emp_oce"                      /> 
     219          <field field_ref="emp_ice"       name="emp_ice"                      /> 
     220          <field field_ref="runoffs"       name="friver"   long_name="water_flux_into_sea_water_from_rivers"                   level="1" /> 
     221          <field field_ref="calving_cea"   name="calving" /> 
     222          <field field_ref="vfxice"        name="vfxice" /> 
     223          <field field_ref="vfxsnw"        name="vfxsnw" /> 
     224          <field field_ref="vfxsub"        name="vfxsub" /> 
     225          <field field_ref="vfxspr"        name="vfxspr" /> 
     226          <field field_ref="rain"          name="rain"      /> 
     227          <field field_ref="snow_ao_cea"   name="snow_ao_cea"      /> 
     228          <field field_ref="snow_ai_cea"   name="snow_ai_cea"      /> 
     229          <field field_ref="evap_ao_cea"   name="evap_ao_cea"      /> 
     230          <field field_ref="subl_ai_cea"   name="subl_ai_cea"      /> 
     231          <!-- For salt conservation checking --> 
     232          <field field_ref="saltflx"      name="sosflxdo"  /> 
    187233        </file> 
    188234 
     
    343389      <field field_ref="mldr10_1"     /> 
    344390      <field field_ref="mldkz5"       name="omlmax"   long_name="ocean_mixed_layer_thickness_defined_by_mixing_scheme" level="2" operation="maximum" /> 
    345       <field field_ref="runoffs"      name="friver"   long_name="water_flux_into_sea_water_from_rivers"                   level="1" /> 
    346       <field field_ref="empmr"        name="wfo"      long_name="water_flux_into_sea_water"                               level="1" /> 
    347391      <field field_ref="erp"          name="wfcorr"   long_name="water_flux_correction"                                   level="1" /> <!-- usually = 0 --> 
    348392      <field field_ref="qns"          name="nshfls"      long_name="surface_net_downward_non_solar_flux"                                         level="1" /> 
     
    350394      <field field_ref="qsr3d"        name="rsds"        long_name="downwelling_shortwave_flux_in_sea_water"                                     level="1" /> 
    351395      <field field_ref="qt"           name="tohfls"   long_name="surface_net_downward_total_heat_flux"          /> 
    352       <field field_ref="saltflx"      name="sosflxdo"  /> 
    353396      <field field_ref="taum"         name="taum" /> 
    354397      <field field_ref="wspd"         name="sowindsp"  /> 
     
    364407      <field field_ref="utau_ice"     name="iicestru" /> 
    365408      <field field_ref="vtau_ice"     name="iicestrv" /> 
     409          <!-- For heat conservation checking --> 
     410          <field field_ref="qt_oce"        name="qt_oce"   long_name="downward total flux at ocean surface"           /> 
     411          <field field_ref="qemp_oce"      name="qemp_oce" long_name="Downward Heat Flux from E-P over open ocean"           /> 
     412          <field field_ref="qt_ice"        name="qt_ice"   long_name="downward total flux at ice surface"           /> 
     413          <field field_ref="qemp_ice"      name="qemp_ice" long_name="Downward Heat Flux from E-P over ice"           /> 
     414          <field field_ref="hflx_rain_cea" name="hflx_rain_cea"      /> 
     415          <field field_ref="hflx_evap_cea" name="hflx_evap_cea"      /> 
     416          <field field_ref="hflx_snow_cea" name="hflx_snow_cea"      /> 
     417          <field field_ref="hflx_cal_cea"  name="hflx_cal_cea"      /> 
     418          <!-- For freshwater conservation checking --> 
     419          <field field_ref="empmr"         name="wfo"      long_name="water_flux_into_sea_water"                     /> 
     420          <field field_ref="emp_oce"       name="emp_oce"                      /> 
     421          <field field_ref="emp_ice"       name="emp_ice"                      /> 
     422          <field field_ref="runoffs"       name="friver"   long_name="water_flux_into_sea_water_from_rivers"                   level="1" /> 
     423          <field field_ref="calving_cea"   name="calving" /> 
     424          <field field_ref="vfxice"        name="vfxice" /> 
     425          <field field_ref="vfxsnw"        name="vfxsnw" /> 
     426          <field field_ref="vfxsub"        name="vfxsub" /> 
     427          <field field_ref="vfxspr"        name="vfxspr" /> 
     428          <field field_ref="rain"          name="rain"      /> 
     429          <field field_ref="snow_ao_cea"   name="snow_ao_cea"      /> 
     430          <field field_ref="snow_ai_cea"   name="snow_ai_cea"      /> 
     431          <field field_ref="evap_ao_cea"   name="evap_ao_cea"      /> 
     432          <field field_ref="subl_ai_cea"   name="subl_ai_cea"      /> 
     433          <!-- For salt conservation checking --> 
     434          <field field_ref="saltflx"      name="sosflxdo"  /> 
    366435    </file> 
    367436 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/namcouple_ORCA2xLMD144142

    r2362 r2966  
    5151# Field 1 : Weighted sea surface temperature (o->a 1) 
    5252#  
    53 O_SSTSST  SISUTESW 1 <freq_coupling>  4  sstoc.nc  <output_mode>  
     53O_SSTSST  SISUTESW 1 <freq_coupling>  2  sstoc.nc  <output_mode>  
    5454182 149 144 143 torc  tlmd  LAG=<lag_oce> 
    5555P  2 P  0 
    56 LOCTRANS CHECKIN MAPPING CHECKOUT 
     56LOCTRANS MAPPING 
    5757# LOCTRANS: AVERAGE to average value over coupling period 
    5858 AVERAGE 
    59 # CHECKIN: indicate computation of global, land and sea field integrals. 
    60  INT=1 
    6159# Mozaic: 1) mapping filename 2) connected unit 3) dataset rank 4) Maximum 
    6260#         number of overlapped neighbors 
    6361rmp_torc_to_tlmd_MOSAIC.nc src 
    64 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    65  INT=1 
    6662# 
    6763############################################################################ 
     
    6965# Field 2 : Sea ice extent  (o->a 2) 
    7066# 
    71 OIceFrc SIICECOV 44 <freq_coupling>  4  sstoc.nc <output_mode> 
     67OIceFrc SIICECOV 44 <freq_coupling>  2  sstoc.nc <output_mode> 
    7268182 149 144 143 torc  tlmd   LAG=<lag_oce> 
    7369P  2 P  0 
    7470# 
    75 LOCTRANS CHECKIN MAPPING  CHECKOUT  
    76  AVERAGE 
    77 # CHECKIN: indicate computation of global, land and sea field integrals. 
    78  INT=1 
    79 # 
    80 rmp_torc_to_tlmd_MOSAIC.nc src 
    81 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    82  INT=1 
     71LOCTRANS MAPPING  
     72 AVERAGE 
     73# 
     74rmp_torc_to_tlmd_MOSAIC.nc src 
    8375# 
    8476# 
     
    8779# Field 3 : Weighted Sea Ice Temperature (o->a 3) 
    8880# 
    89 O_TepIce  SIICTEMW 34 <freq_coupling>  4  sstoc.nc  <output_mode> 
     81O_TepIce  SIICTEMW 34 <freq_coupling>  2  sstoc.nc  <output_mode> 
    9082182 149 144 143 torc  tlmd   LAG=<lag_oce> 
    9183P  2 P  0 
    92 LOCTRANS CHECKIN MAPPING CHECKOUT 
    93  AVERAGE 
    94 # CHECKIN: indicate computation of global, land and sea field integrals. 
    95  INT=1 
    96 #  
    97 rmp_torc_to_tlmd_MOSAIC.nc src 
    98 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    99  INT=1 
     84LOCTRANS MAPPING 
     85 AVERAGE 
     86#  
     87rmp_torc_to_tlmd_MOSAIC.nc src 
    10088# 
    10189############################################################################ 
     
    10391# Field 4 : Weighted Sea ice albedo (o->a 4) 
    10492# 
    105 O_AlbIce  SIICEALW 17 <freq_coupling>  4  sstoc.nc  <output_mode> 
     93O_AlbIce  SIICEALW 17 <freq_coupling>  2  sstoc.nc  <output_mode> 
    10694182 149 144 143 torc  tlmd  LAG=<lag_oce>   
    10795P  2 P  0 
    10896# 
    109 LOCTRANS CHECKIN MAPPING CHECKOUT 
    110  AVERAGE 
    111 # CHECKIN: indicate computation of global, land and sea field integrals. 
    112  INT=1 
    113 # 
    114 rmp_torc_to_tlmd_MOSAIC.nc src 
    115 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    116  INT=1 
     97LOCTRANS MAPPING 
     98 AVERAGE 
     99# 
     100rmp_torc_to_tlmd_MOSAIC.nc src 
    117101# 
    118102# 
     
    120104# 
    121105# Field 5 : Current surface (o->a 5) 
    122 O_OCurx1 CURRENTX 321 <freq_coupling>  4  sstoc.nc  <output_mode> 
     106O_OCurx1 CURRENTX 321 <freq_coupling>  2  sstoc.nc  <output_mode> 
    123107182 149 144 143 torc    tlmd  LAG=<lag_oce> 
    124108P  2 P  0 
    125 LOCTRANS CHECKIN MAPPING CHECKOUT 
    126  AVERAGE 
    127 # CHECKIN: indicate computation of global, land and sea field integrals. 
    128  INT=1 
    129 # 
    130 rmp_torc_to_tlmd_MOSAIC.nc src 
    131 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    132  INT=1   
     109LOCTRANS MAPPING 
     110 AVERAGE 
     111# 
     112rmp_torc_to_tlmd_MOSAIC.nc src 
    133113# 
    134114# 
     
    136116# 
    137117# Field 6 : Current surface (o->a 6) 
    138 O_OCury1 CURRENTY 321 <freq_coupling>  4  sstoc.nc  <output_mode> 
     118O_OCury1 CURRENTY 321 <freq_coupling>  2  sstoc.nc  <output_mode> 
    139119182 149 144 143 torc    tlmd  LAG=<lag_oce> 
    140120P  2 P  0 
    141 LOCTRANS CHECKIN MAPPING CHECKOUT 
    142  AVERAGE 
    143 # CHECKIN: indicate computation of global, land and sea field integrals. 
    144  INT=1 
    145 # 
    146 rmp_torc_to_tlmd_MOSAIC.nc src 
    147 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    148  INT=1 
     121LOCTRANS MAPPING 
     122 AVERAGE 
     123# 
     124rmp_torc_to_tlmd_MOSAIC.nc src 
    149125 
    150126############################################################################ 
    151127# 
    152128# Field 7 : Current surface (o->a 7) 
    153 O_OCurz1 CURRENTZ 321 <freq_coupling>  4  sstoc.nc  <output_mode> 
     129O_OCurz1 CURRENTZ 321 <freq_coupling>  2  sstoc.nc  <output_mode> 
    154130182 149 144 143 torc    tlmd  LAG=<lag_oce> 
    155131P  2 P  0 
    156 LOCTRANS CHECKIN MAPPING CHECKOUT 
    157  AVERAGE 
    158 # CHECKIN: indicate computation of global, land and sea field integrals. 
    159  INT=1 
    160 # 
    161 rmp_torc_to_tlmd_MOSAIC.nc src 
    162 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    163  INT=1 
     132LOCTRANS MAPPING 
     133 AVERAGE 
     134# 
     135rmp_torc_to_tlmd_MOSAIC.nc src 
    164136# 
    165137# 
     
    172144# Field 8 : wind stress along X axis (a->o 1) 
    173145# 
    174 COTAUXXU O_OTaux1 23 <freq_coupling>  3  flxat.nc   <output_mode> 
     146COTAUXXU O_OTaux1 23 <freq_coupling>  1  flxat.nc   <output_mode> 
    175147144 143 182 149 tlmd    uorc  LAG=<lag_atm>  
    176148P  0 P  2 
    177 CHECKIN SCRIPR CHECKOUT 
    178 # CHECKIN: indicate computation of global, land and sea field integrals. 
    179  INT=1 
    180 BILINEAR LR SCALAR LATLON 10 
    181 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    182  INT=1 
     149SCRIPR 
     150BILINEAR LR SCALAR LATLON 10 
    183151# 
    184152########################################################################### 
     
    186154# Field 9 : stress along Y axis (a->o 2) 
    187155# 
    188 COTAUYYU O_OTauy1 23 <freq_coupling>  3  flxat.nc  <output_mode> 
     156COTAUYYU O_OTauy1 23 <freq_coupling>  1  flxat.nc  <output_mode> 
    189157144 143 182 149 tlmd    uorc  LAG=<lag_atm>  
    190158P  0 P  2 
    191 CHECKIN SCRIPR CHECKOUT 
    192 # CHECKIN: indicate computation of global, land and sea field integrals. 
    193  INT=1 
    194 BILINEAR LR SCALAR LATLON 10 
    195 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    196  INT=1 
     159SCRIPR 
     160BILINEAR LR SCALAR LATLON 10 
    197161# 
    198162########################################################################### 
     
    200164# Field 10 :wind stress along Z axis (a->o 3) 
    201165# 
    202 COTAUZZU O_OTauz1 23 <freq_coupling>  3  flxat.nc  <output_mode> 
     166COTAUZZU O_OTauz1 23 <freq_coupling>  1  flxat.nc  <output_mode> 
    203167144 143 182 149 tlmd    uorc  LAG=<lag_atm>  
    204168P  0 P  2 
    205 CHECKIN SCRIPR CHECKOUT 
    206 # CHECKIN: indicate computation of global, land and sea field integrals. 
    207  INT=1 
    208 BILINEAR LR SCALAR LATLON 10 
    209 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    210  INT=1 
     169SCRIPR 
     170BILINEAR LR SCALAR LATLON 10 
    211171# 
    212172########################################################################## 
     
    214174# Field 11 : wind stress along X axis 2 (a->o 4) 
    215175# 
    216 COTAUXXV O_OTaux2  24 <freq_coupling>  3    flxat.nc  <output_mode> 
     176COTAUXXV O_OTaux2  24 <freq_coupling>  1    flxat.nc  <output_mode> 
    217177144 143 182 149 tlmd    vorc  LAG=<lag_atm>  
    218178P  0 P  2 
    219 CHECKIN SCRIPR CHECKOUT 
    220 # CHECKIN: indicate computation of global, land and sea field integrals. 
    221  INT=1 
    222 BILINEAR LR SCALAR LATLON 10 
    223 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    224  INT=1 
     179SCRIPR 
     180BILINEAR LR SCALAR LATLON 10 
    225181# 
    226182########################################################################## 
     
    228184# Field 12 : wind stress along Y axis 2 (a->o 5)  
    229185# 
    230 COTAUYYV O_OTauy2  24 <freq_coupling>  3    flxat.nc  <output_mode> 
     186COTAUYYV O_OTauy2  24 <freq_coupling>  1   flxat.nc  <output_mode> 
    231187144 143 182 149 tlmd    vorc  LAG=<lag_atm> 
    232188P  0 P  2 
    233 CHECKIN SCRIPR CHECKOUT 
    234 # CHECKIN: indicate computation of global, land and sea field integrals. 
    235  INT=1 
    236 BILINEAR LR SCALAR LATLON 10 
    237 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    238  INT=1 
     189SCRIPR 
     190BILINEAR LR SCALAR LATLON 10 
    239191# 
    240192########################################################################## 
     
    242194# Field 13 :  wind stress along Z axis 2 (a->o 6)  
    243195# 
    244 COTAUZZV O_OTauz2  24 <freq_coupling>  3    flxat.nc  <output_mode> 
     196COTAUZZV O_OTauz2  24 <freq_coupling>  1    flxat.nc  <output_mode> 
    245197144 143 182 149 tlmd    vorc  LAG=<lag_atm> 
    246198P  0 P  2 
    247 CHECKIN SCRIPR CHECKOUT 
    248 # CHECKIN: indicate computation of global, land and sea field integrals. 
    249  INT=1 
    250 BILINEAR LR SCALAR LATLON 10 
    251 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    252  INT=1 
     199SCRIPR 
     200BILINEAR LR SCALAR LATLON 10 
    253201# 
    254202######################################################################### 
    255203# Field 14 :  wind speed 10m (a->o 7)  
    256204# 
    257 COWINDSP O_Wind10  56 <freq_coupling>  3    flxat.nc  <output_mode> 
     205COWINDSP O_Wind10  56 <freq_coupling>  1    flxat.nc  <output_mode> 
    258206144 143 182 149 tlmd    torc  LAG=<lag_atm> 
    259207P  0 P  2 
    260 CHECKIN SCRIPR CHECKOUT 
    261 # CHECKIN: indicate computation of global, land and sea field integrals. 
    262  INT=1 
    263 BILINEAR LR SCALAR LATLON 10 
    264 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    265  INT=1 
     208SCRIPR 
     209BILINEAR LR SCALAR LATLON 10 
    266210#  
    267211######################################################################### 
     
    269213# Field 15 : Total rain (a->o 8) 
    270214# 
    271 COTOTRAI OTotRain 26 <freq_coupling>  3   flxat.nc   <output_mode> 
     215COTOTRAI OTotRain 26 <freq_coupling>  1   flxat.nc   <output_mode> 
    272216144 143 182 149 tlmd    torc  LAG=<lag_atm>  
    273217P  0 P  2 
    274 CHECKIN MAPPING CHECKOUT 
    275 # CHECKIN: indicate computation of global, land and sea field integrals. 
    276  INT=1 
    277 # Interpolation method ou parametres mozaic 
    278 rmp_tlmd_to_torc_MOSAIC.nc src 
    279 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    280  INT=1 
     218MAPPING 
     219# Interpolation method ou parametres mozaic 
     220rmp_tlmd_to_torc_MOSAIC.nc src 
    281221# 
    282222########################################################################## 
     
    284224# Field 16 :  Total snow (a->o 9) 
    285225# 
    286 COTOTSNO  OTotSnow 28 <freq_coupling>  3   flxat.nc   <output_mode> 
     226COTOTSNO  OTotSnow 28 <freq_coupling>  1   flxat.nc   <output_mode> 
    287227tlmd    torc  LAG=<lag_atm>  
    288228P  0 P  2 
    289 CHECKIN MAPPING CHECKOUT 
    290 # CHECKIN: indicate computation of global, land and sea field integrals. 
    291  INT=1 
    292 # Interpolation method ou parametres mozaic 
    293 rmp_tlmd_to_torc_MOSAIC.nc src 
    294 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    295  INT=1 
     229MAPPING 
     230# Interpolation method ou parametres mozaic 
     231rmp_tlmd_to_torc_MOSAIC.nc src 
    296232# 
    297233######################################################################### 
     
    299235# Field 17 : Total evap (a->o 10) 
    300236# 
    301 COTOTEVA  OTotEvap 25 <freq_coupling>  3   flxat.nc   <output_mode> 
     237COTOTEVA  OTotEvap 25 <freq_coupling>  1   flxat.nc   <output_mode> 
    302238144 143 182 149 tlmd    torc  LAG=<lag_atm>  
    303239P  0 P  2 
    304 CHECKIN MAPPING CHECKOUT 
    305 # CHECKIN: indicate computation of global, land and sea field integrals. 
    306  INT=1 
    307 # Interpolation method ou parametres mozaic 
    308 rmp_tlmd_to_torc_MOSAIC.nc src 
    309 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    310  INT=1 
     240MAPPING  
     241# Interpolation method ou parametres mozaic 
     242rmp_tlmd_to_torc_MOSAIC.nc src 
    311243# 
    312244########################################################################## 
     
    314246# Field 18 : Evaporation Ice  (a->o 11) 
    315247# 
    316 COICEVAP OIceEvap 41 <freq_coupling>  3   flxat.nc   <output_mode> 
     248COICEVAP OIceEvap 41 <freq_coupling>  1   flxat.nc   <output_mode> 
    317249tlmd    torc  LAG=<lag_atm>  
    318250P  0 P  2 
    319 CHECKIN MAPPING CHECKOUT 
    320 # CHECKIN: indicate computation of global, land and sea field integrals. 
    321  INT=1 
    322 # Interpolation method ou parametres mozaic 
    323 rmp_tlmd_to_torc_MOSAIC.nc src 
    324 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    325  INT=1 
     251MAPPING 
     252# Interpolation method ou parametres mozaic 
     253rmp_tlmd_to_torc_MOSAIC.nc src 
    326254# 
    327255########################################################################## 
     
    329257# Field 19 : Total solar heat flux (a->o 12) 
    330258# 
    331 COQSRMIX O_QsrMix  7 <freq_coupling> 3   flxat.nc  <output_mode> 
     259COQSRMIX O_QsrMix  7 <freq_coupling> 1   flxat.nc  <output_mode> 
    332260144 143 182 149 tlmd    torc  LAG=<lag_atm> 
    333261P  0 P  2 
    334 CHECKIN MAPPING CHECKOUT 
    335 # CHECKIN: indicate computation of global, land and sea field integrals. 
    336  INT=1 
     262MAPPING 
    337263# Interpolation method or mozaic parameters 
    338264rmp_tlmd_to_torc_MOSAIC.nc src 
    339 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    340  INT=1 
    341265# 
    342266######################################################################### 
     
    344268# Field 20 : Total Non solar heat flux (a->o 13) 
    345269# 
    346 COQNSMIX O_QnsMix 6 <freq_coupling>  3   flxat.nc  <output_mode> 
     270COQNSMIX O_QnsMix 6 <freq_coupling>  1   flxat.nc  <output_mode> 
    347271tlmd    torc   LAG=<lag_atm> 
    348272P  0 P  2 
    349 CHECKIN MAPPING CHECKOUT 
    350 # CHECKIN: indicate computation of global, land and sea field integrals. 
    351  INT=1 
    352 # Interpolation method ou parametres mozaic 
    353 rmp_tlmd_to_torc_MOSAIC.nc src 
    354 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    355  INT=1 
     273MAPPING  
     274# Interpolation method ou parametres mozaic 
     275rmp_tlmd_to_torc_MOSAIC.nc src 
    356276# 
    357277########################################################################### 
     
    359279# Field 21 : solar heat flux on ice (a->o 14) 
    360280# 
    361 COSHFICE O_QsrIce  7 <freq_coupling> 3   flxat.nc  <output_mode> 
     281COSHFICE O_QsrIce  7 <freq_coupling> 1   flxat.nc  <output_mode> 
    362282144 143 182 149 tlmd    torc  LAG=<lag_atm> 
    363283P  0 P  2 
    364 CHECKIN MAPPING CHECKOUT 
    365 # CHECKIN: indicate computation of global, land and sea field integrals. 
    366  INT=1 
     284MAPPING 
    367285# Interpolation method or mozaic parameters 
    368286rmp_tlmd_to_torc_MOSAIC.nc src 
    369 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    370  INT=1 
    371287# 
    372288############################################################################ 
     
    374290# Field 22 : Non solar heat flux on ice (a->o 15) 
    375291# 
    376 CONSFICE O_QnsIce 6 <freq_coupling>  3  flxat.nc  <output_mode> 
     292CONSFICE O_QnsIce 6 <freq_coupling>  1  flxat.nc  <output_mode> 
    377293tlmd    torc  LAG=<lag_atm> 
    378294P  0 P  2 
    379 CHECKIN MAPPING CHECKOUT 
    380 # CHECKIN: indicate computation of global, land and sea field integrals. 
    381  INT=1 
    382 # Interpolation method ou parametres mozaic 
    383 rmp_tlmd_to_torc_MOSAIC.nc src 
    384 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    385  INT=1 
     295MAPPING 
     296# Interpolation method ou parametres mozaic 
     297rmp_tlmd_to_torc_MOSAIC.nc src 
    386298# 
    387299############################################################################ 
     
    389301# Field 23 : Non solar heat flux derivative (a->o 16) 
    390302# 
    391 CODFLXDT O_dQnsdT  35 <freq_coupling>  3   flxat.nc  <output_mode> 
     303CODFLXDT O_dQnsdT  35 <freq_coupling>  1   flxat.nc  <output_mode> 
    392304144 143 182 149 tlmd    torc  LAG=<lag_atm> 
    393305P  0 P  2 
    394 CHECKIN MAPPING CHECKOUT 
    395 # CHECKIN: indicate computation of global, land and sea field integrals. 
    396  INT=1 
    397 # Interpolation method ou parametres mozaic 
    398 rmp_tlmd_to_torc_MOSAIC.nc src 
    399 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    400  INT=1 
     306MAPPING 
     307# Interpolation method ou parametres mozaic 
     308rmp_tlmd_to_torc_MOSAIC.nc src 
    401309# 
    402310######################################################################### 
     
    404312# Field 24 : iceberg calving (a->o 17) 
    405313# 
    406 COCALVIN OCalving  36 <freq_coupling>  3 flxat.nc  <output_mode> 
     314COCALVIN OCalving  36 <freq_coupling>  1 flxat.nc  <output_mode> 
    407315144 143 182 149 tlmd    torc  LAG=<lag_atm>  
    408316P  0 P  2 
    409 CHECKIN MAPPING CHECKOUT 
    410 # CHECKIN: indicate computation of global, land and sea field integrals. 
    411  INT=1 
     317MAPPING 
    412318# Interpolation method ou parametres mozaic 
    413319rmp_tlmd_to_torc_MOSAIC_calvin.nc src 
    414 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    415  INT=1 
    416320# 
    417321######################################################################### 
     
    419323# Field 25 : liquid run-off (river + direct)  (a->o 18) 
    420324# 
    421 COLIQRUN  O_Runoff 32 <freq_coupling>  5  flxat.nc   <output_mode> 
     325COLIQRUN  O_Runoff 32 <freq_coupling>  3  flxat.nc   <output_mode> 
    422326144 143 182 149 aone    otot  LAG=<lag_atm>  
    423327P  0 P  2 
    424 CHECKIN MAPPING CONSERV BLASNEW CHECKOUT 
    425 # CHECKIN: indicate computation of global, land and sea field integrals. 
    426  INT=1 
     328MAPPING CONSERV BLASNEW 
    427329# Interpolation method ou parametres mozaic 
    428330# weights convert from kg/s to kg/m^2/s 
     
    432334# change units from m/s to kg/s 
    4333351000.0 0 
    434 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    435  INT=1 
    436336# 
    437337######################################################################### 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/namcouple_ORCA2xLMD9695

    r2362 r2966  
    5151# Field 1 : Weighted sea surface temperature (o->a 1) 
    5252#  
    53 O_SSTSST  SISUTESW 1 <freq_coupling>  4  sstoc.nc  <output_mode>  
     53O_SSTSST  SISUTESW 1 <freq_coupling>  2  sstoc.nc  <output_mode>  
    5454182 149 96 96 torc  tlmd  LAG=<lag_oce> 
    5555P  2 P  0 
    56 LOCTRANS CHECKIN MAPPING CHECKOUT 
     56LOCTRANS MAPPING 
    5757# LOCTRANS: AVERAGE to average value over coupling period 
    5858 AVERAGE 
    59 # CHECKIN: indicate computation of global, land and sea field integrals. 
    60  INT=1 
    6159# Mozaic: 1) mapping filename 2) connected unit 3) dataset rank 4) Maximum 
    6260#         number of overlapped neighbors 
    6361rmp_torc_to_tlmd_MOSAIC.nc src 
    64 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    65  INT=1 
    6662# 
    6763############################################################################ 
     
    6965# Field 2 : Sea ice extent  (o->a 2) 
    7066# 
    71 OIceFrc SIICECOV 44 <freq_coupling>  4  sstoc.nc <output_mode> 
     67OIceFrc SIICECOV 44 <freq_coupling>  2  sstoc.nc <output_mode> 
    7268182 149 96 96 torc  tlmd   LAG=<lag_oce> 
    7369P  2 P  0 
    7470# 
    75 LOCTRANS CHECKIN MAPPING  CHECKOUT  
    76  AVERAGE 
    77 # CHECKIN: indicate computation of global, land and sea field integrals. 
    78  INT=1 
    79 # 
    80 rmp_torc_to_tlmd_MOSAIC.nc src 
    81 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    82  INT=1 
     71LOCTRANS MAPPING  
     72 AVERAGE 
     73# 
     74rmp_torc_to_tlmd_MOSAIC.nc src 
    8375# 
    8476# 
     
    8779# Field 3 : Weighted Sea Ice Temperature (o->a 3) 
    8880# 
    89 O_TepIce  SIICTEMW 34 <freq_coupling>  4  sstoc.nc  <output_mode> 
     81O_TepIce  SIICTEMW 34 <freq_coupling>  2  sstoc.nc  <output_mode> 
    9082182 149 96 96 torc  tlmd   LAG=<lag_oce> 
    9183P  2 P  0 
    92 LOCTRANS CHECKIN MAPPING CHECKOUT 
    93  AVERAGE 
    94 # CHECKIN: indicate computation of global, land and sea field integrals. 
    95  INT=1 
    96 #  
    97 rmp_torc_to_tlmd_MOSAIC.nc src 
    98 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    99  INT=1 
     84LOCTRANS MAPPING 
     85 AVERAGE 
     86#  
     87rmp_torc_to_tlmd_MOSAIC.nc src 
    10088# 
    10189############################################################################ 
     
    10391# Field 4 : Weighted Sea ice albedo (o->a 4) 
    10492# 
    105 O_AlbIce  SIICEALW 17 <freq_coupling>  4  sstoc.nc  <output_mode> 
     93O_AlbIce  SIICEALW 17 <freq_coupling>  2  sstoc.nc  <output_mode> 
    10694182 149 96 96 torc  tlmd  LAG=<lag_oce>   
    10795P  2 P  0 
    10896# 
    109 LOCTRANS CHECKIN MAPPING CHECKOUT 
    110  AVERAGE 
    111 # CHECKIN: indicate computation of global, land and sea field integrals. 
    112  INT=1 
    113 # 
    114 rmp_torc_to_tlmd_MOSAIC.nc src 
    115 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    116  INT=1 
     97LOCTRANS MAPPING 
     98 AVERAGE 
     99# 
     100rmp_torc_to_tlmd_MOSAIC.nc src 
    117101# 
    118102# 
     
    120104# 
    121105# Field 5 : Current surface (o->a 5) 
    122 O_OCurx1 CURRENTX 321 <freq_coupling>  4  sstoc.nc  <output_mode> 
     106O_OCurx1 CURRENTX 321 <freq_coupling>  2  sstoc.nc  <output_mode> 
    123107182 149 96 96 torc    tlmd  LAG=<lag_oce> 
    124108P  2 P  0 
    125 LOCTRANS CHECKIN MAPPING CHECKOUT 
    126  AVERAGE 
    127 # CHECKIN: indicate computation of global, land and sea field integrals. 
    128  INT=1 
    129 # 
    130 rmp_torc_to_tlmd_MOSAIC.nc src 
    131 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    132  INT=1   
     109LOCTRANS MAPPING 
     110 AVERAGE 
     111# 
     112rmp_torc_to_tlmd_MOSAIC.nc src 
    133113# 
    134114# 
     
    136116# 
    137117# Field 6 : Current surface (o->a 6) 
    138 O_OCury1 CURRENTY 321 <freq_coupling>  4  sstoc.nc  <output_mode> 
     118O_OCury1 CURRENTY 321 <freq_coupling>  2  sstoc.nc  <output_mode> 
    139119182 149 96 96 torc    tlmd  LAG=<lag_oce> 
    140120P  2 P  0 
    141 LOCTRANS CHECKIN MAPPING CHECKOUT 
    142  AVERAGE 
    143 # CHECKIN: indicate computation of global, land and sea field integrals. 
    144  INT=1 
    145 # 
    146 rmp_torc_to_tlmd_MOSAIC.nc src 
    147 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    148  INT=1 
     121LOCTRANS MAPPING 
     122 AVERAGE 
     123# 
     124rmp_torc_to_tlmd_MOSAIC.nc src 
    149125 
    150126############################################################################ 
    151127# 
    152128# Field 7 : Current surface (o->a 7) 
    153 O_OCurz1 CURRENTZ 321 <freq_coupling>  4  sstoc.nc  <output_mode> 
     129O_OCurz1 CURRENTZ 321 <freq_coupling>  2  sstoc.nc  <output_mode> 
    154130182 149 96 96 torc    tlmd  LAG=<lag_oce> 
    155131P  2 P  0 
    156 LOCTRANS CHECKIN MAPPING CHECKOUT 
    157  AVERAGE 
    158 # CHECKIN: indicate computation of global, land and sea field integrals. 
    159  INT=1 
    160 # 
    161 rmp_torc_to_tlmd_MOSAIC.nc src 
    162 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    163  INT=1 
     132LOCTRANS MAPPING 
     133 AVERAGE 
     134# 
     135rmp_torc_to_tlmd_MOSAIC.nc src 
    164136# 
    165137# 
     
    172144# Field 8 : wind stress along X axis (a->o 1) 
    173145# 
    174 COTAUXXU O_OTaux1 23 <freq_coupling>  3  flxat.nc   <output_mode> 
     146COTAUXXU O_OTaux1 23 <freq_coupling>  1  flxat.nc   <output_mode> 
    17514796 96 182 149 tlmd    uorc  LAG=<lag_atm>  
    176148P  0 P  2 
    177 CHECKIN SCRIPR CHECKOUT 
    178 # CHECKIN: indicate computation of global, land and sea field integrals. 
    179  INT=1 
    180 BILINEAR LR SCALAR LATLON 10 
    181 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    182  INT=1 
     149SCRIPR 
     150BILINEAR LR SCALAR LATLON 10 
    183151# 
    184152########################################################################### 
     
    186154# Field 9 : stress along Y axis (a->o 2) 
    187155# 
    188 COTAUYYU O_OTauy1 23 <freq_coupling>  3  flxat.nc  <output_mode> 
     156COTAUYYU O_OTauy1 23 <freq_coupling>  1  flxat.nc  <output_mode> 
    18915796 96 182 149 tlmd    uorc  LAG=<lag_atm>  
    190158P  0 P  2 
    191 CHECKIN SCRIPR CHECKOUT 
    192 # CHECKIN: indicate computation of global, land and sea field integrals. 
    193  INT=1 
    194 BILINEAR LR SCALAR LATLON 10 
    195 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    196  INT=1 
     159SCRIPR 
     160BILINEAR LR SCALAR LATLON 10 
    197161# 
    198162########################################################################### 
     
    200164# Field 10 :wind stress along Z axis (a->o 3) 
    201165# 
    202 COTAUZZU O_OTauz1 23 <freq_coupling>  3  flxat.nc  <output_mode> 
     166COTAUZZU O_OTauz1 23 <freq_coupling>  1  flxat.nc  <output_mode> 
    20316796 96 182 149 tlmd    uorc  LAG=<lag_atm>  
    204168P  0 P  2 
    205 CHECKIN SCRIPR CHECKOUT 
    206 # CHECKIN: indicate computation of global, land and sea field integrals. 
    207  INT=1 
    208 BILINEAR LR SCALAR LATLON 10 
    209 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    210  INT=1 
     169SCRIPR 
     170BILINEAR LR SCALAR LATLON 10 
    211171# 
    212172########################################################################## 
     
    214174# Field 11 : wind stress along X axis 2 (a->o 4) 
    215175# 
    216 COTAUXXV O_OTaux2  24 <freq_coupling>  3    flxat.nc  <output_mode> 
     176COTAUXXV O_OTaux2  24 <freq_coupling>  1    flxat.nc  <output_mode> 
    21717796 96 182 149 tlmd    vorc  LAG=<lag_atm>  
    218178P  0 P  2 
    219 CHECKIN SCRIPR CHECKOUT 
    220 # CHECKIN: indicate computation of global, land and sea field integrals. 
    221  INT=1 
    222 BILINEAR LR SCALAR LATLON 10 
    223 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    224  INT=1 
     179SCRIPR 
     180BILINEAR LR SCALAR LATLON 10 
    225181# 
    226182########################################################################## 
     
    228184# Field 12 : wind stress along Y axis 2 (a->o 5)  
    229185# 
    230 COTAUYYV O_OTauy2  24 <freq_coupling>  3    flxat.nc  <output_mode> 
     186COTAUYYV O_OTauy2  24 <freq_coupling>  1    flxat.nc  <output_mode> 
    23118796 96 182 149 tlmd    vorc  LAG=<lag_atm> 
    232188P  0 P  2 
    233 CHECKIN SCRIPR CHECKOUT 
    234 # CHECKIN: indicate computation of global, land and sea field integrals. 
    235  INT=1 
    236 BILINEAR LR SCALAR LATLON 10 
    237 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    238  INT=1 
     189SCRIPR 
     190BILINEAR LR SCALAR LATLON 10 
    239191# 
    240192########################################################################## 
     
    242194# Field 13 :  wind stress along Z axis 2 (a->o 6)  
    243195# 
    244 COTAUZZV O_OTauz2  24 <freq_coupling>  3    flxat.nc  <output_mode> 
     196COTAUZZV O_OTauz2  24 <freq_coupling>  1    flxat.nc  <output_mode> 
    24519796 96 182 149 tlmd    vorc  LAG=<lag_atm> 
    246198P  0 P  2 
    247 CHECKIN SCRIPR CHECKOUT 
    248 # CHECKIN: indicate computation of global, land and sea field integrals. 
    249  INT=1 
    250 BILINEAR LR SCALAR LATLON 10 
    251 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    252  INT=1 
     199SCRIPR 
     200BILINEAR LR SCALAR LATLON 10 
    253201# 
    254202######################################################################### 
    255203# Field 14 :  wind speed 10m (a->o 7)  
    256204# 
    257 COWINDSP O_Wind10  56 <freq_coupling>  3    flxat.nc  <output_mode> 
    258 96 96 182 149 tlmd    torc  LAG=<lag_atm> 
    259 P  0 P  2 
    260 CHECKIN SCRIPR CHECKOUT 
    261 # CHECKIN: indicate computation of global, land and sea field integrals. 
    262  INT=1 
    263 BILINEAR LR SCALAR LATLON 10 
    264 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    265  INT=1 
     205COWINDSP O_Wind10  56 <freq_coupling>  1    flxat.nc  <output_mode> 
     20696 96 182 149 tlmd    torc  LAG=<lag_atm> 
     207P  0 P  2 
     208SCRIPR 
     209BILINEAR LR SCALAR LATLON 10 
    266210#  
    267211######################################################################### 
     
    269213# Field 15 : Total rain (a->o 8) 
    270214# 
    271 COTOTRAI OTotRain 26 <freq_coupling>  3   flxat.nc   <output_mode> 
    272 96 96 182 149 tlmd    torc  LAG=<lag_atm>  
    273 P  0 P  2 
    274 CHECKIN MAPPING CHECKOUT 
    275 # CHECKIN: indicate computation of global, land and sea field integrals. 
    276  INT=1 
    277 # Interpolation method ou parametres mozaic 
    278 rmp_tlmd_to_torc_MOSAIC.nc src 
    279 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    280  INT=1 
     215COTOTRAI OTotRain 26 <freq_coupling>  1   flxat.nc   <output_mode> 
     21696 96 182 149 tlmd    torc  LAG=<lag_atm>  
     217P  0 P  2 
     218MAPPING 
     219# Interpolation method ou parametres mozaic 
     220rmp_tlmd_to_torc_MOSAIC.nc src 
    281221# 
    282222########################################################################## 
     
    284224# Field 16 :  Total snow (a->o 9) 
    285225# 
    286 COTOTSNO  OTotSnow 28 <freq_coupling>  3   flxat.nc   <output_mode> 
    287 96 96 182 149 tlmd    torc  LAG=<lag_atm>  
    288 P  0 P  2 
    289 CHECKIN MAPPING CHECKOUT 
    290 # CHECKIN: indicate computation of global, land and sea field integrals. 
    291  INT=1 
    292 # Interpolation method ou parametres mozaic 
    293 rmp_tlmd_to_torc_MOSAIC.nc src 
    294 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    295  INT=1 
     226COTOTSNO  OTotSnow 28 <freq_coupling>  1   flxat.nc   <output_mode> 
     22796 96 182 149 tlmd    torc  LAG=<lag_atm>  
     228P  0 P  2 
     229MAPPING 
     230# Interpolation method ou parametres mozaic 
     231rmp_tlmd_to_torc_MOSAIC.nc src 
    296232# 
    297233######################################################################### 
     
    299235# Field 17 : Total evap (a->o 10) 
    300236# 
    301 COTOTEVA  OTotEvap 25 <freq_coupling>  3   flxat.nc   <output_mode> 
    302 96 96 182 149 tlmd    torc  LAG=<lag_atm>  
    303 P  0 P  2 
    304 CHECKIN MAPPING CHECKOUT 
    305 # CHECKIN: indicate computation of global, land and sea field integrals. 
    306  INT=1 
    307 # Interpolation method ou parametres mozaic 
    308 rmp_tlmd_to_torc_MOSAIC.nc src 
    309 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    310  INT=1 
     237COTOTEVA  OTotEvap 25 <freq_coupling>  1   flxat.nc   <output_mode> 
     23896 96 182 149 tlmd    torc  LAG=<lag_atm>  
     239P  0 P  2 
     240MAPPING  
     241# Interpolation method ou parametres mozaic 
     242rmp_tlmd_to_torc_MOSAIC.nc src 
    311243# 
    312244########################################################################## 
     
    314246# Field 18 : Evaporation Ice  (a->o 11) 
    315247# 
    316 COICEVAP OIceEvap 41 <freq_coupling>  3   flxat.nc   <output_mode> 
    317 96 96 182 149 tlmd    torc  LAG=<lag_atm>  
    318 P  0 P  2 
    319 CHECKIN MAPPING CHECKOUT 
    320 # CHECKIN: indicate computation of global, land and sea field integrals. 
    321  INT=1 
    322 # Interpolation method ou parametres mozaic 
    323 rmp_tlmd_to_torc_MOSAIC.nc src 
    324 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    325  INT=1 
     248COICEVAP OIceEvap 41 <freq_coupling>  1   flxat.nc   <output_mode> 
     24996 96 182 149 tlmd    torc  LAG=<lag_atm>  
     250P  0 P  2 
     251MAPPING 
     252# Interpolation method ou parametres mozaic 
     253rmp_tlmd_to_torc_MOSAIC.nc src 
    326254# 
    327255########################################################################## 
     
    329257# Field 19 : Total solar heat flux (a->o 12) 
    330258# 
    331 COQSRMIX O_QsrMix  7 <freq_coupling> 3   flxat.nc  <output_mode> 
    332 96 96 182 149 tlmd    torc  LAG=<lag_atm> 
    333 P  0 P  2 
    334 CHECKIN MAPPING CHECKOUT 
    335 # CHECKIN: indicate computation of global, land and sea field integrals. 
    336  INT=1 
     259COQSRMIX O_QsrMix  7 <freq_coupling> 1   flxat.nc  <output_mode> 
     26096 96 182 149 tlmd    torc  LAG=<lag_atm> 
     261P  0 P  2 
     262MAPPING 
    337263# Interpolation method or mozaic parameters 
    338264rmp_tlmd_to_torc_MOSAIC.nc src 
    339 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    340  INT=1 
    341265# 
    342266######################################################################### 
     
    344268# Field 20 : Total Non solar heat flux (a->o 13) 
    345269# 
    346 COQNSMIX O_QnsMix 6 <freq_coupling>  3   flxat.nc  <output_mode> 
     270COQNSMIX O_QnsMix 6 <freq_coupling>  1   flxat.nc  <output_mode> 
    34727196 96 182 149 tlmd    torc   LAG=<lag_atm> 
    348272P  0 P  2 
    349 CHECKIN MAPPING CHECKOUT 
    350 # CHECKIN: indicate computation of global, land and sea field integrals. 
    351  INT=1 
    352 # Interpolation method ou parametres mozaic 
    353 rmp_tlmd_to_torc_MOSAIC.nc src 
    354 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    355  INT=1 
     273MAPPING  
     274# Interpolation method ou parametres mozaic 
     275rmp_tlmd_to_torc_MOSAIC.nc src 
    356276# 
    357277########################################################################### 
     
    359279# Field 21 : solar heat flux on ice (a->o 14) 
    360280# 
    361 COSHFICE O_QsrIce  7 <freq_coupling> 3   flxat.nc  <output_mode> 
    362 96 96 182 149 tlmd    torc  LAG=<lag_atm> 
    363 P  0 P  2 
    364 CHECKIN MAPPING CHECKOUT 
    365 # CHECKIN: indicate computation of global, land and sea field integrals. 
    366  INT=1 
     281COSHFICE O_QsrIce  7 <freq_coupling> 1   flxat.nc  <output_mode> 
     28296 96 182 149 tlmd    torc  LAG=<lag_atm> 
     283P  0 P  2 
     284MAPPING 
    367285# Interpolation method or mozaic parameters 
    368286rmp_tlmd_to_torc_MOSAIC.nc src 
    369 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    370  INT=1 
    371287# 
    372288############################################################################ 
     
    374290# Field 22 : Non solar heat flux on ice (a->o 15) 
    375291# 
    376 CONSFICE O_QnsIce 6 <freq_coupling>  3  flxat.nc  <output_mode> 
    377 96 96 182 149 tlmd    torc  LAG=<lag_atm> 
    378 P  0 P  2 
    379 CHECKIN MAPPING CHECKOUT 
    380 # CHECKIN: indicate computation of global, land and sea field integrals. 
    381  INT=1 
    382 # Interpolation method ou parametres mozaic 
    383 rmp_tlmd_to_torc_MOSAIC.nc src 
    384 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    385  INT=1 
     292CONSFICE O_QnsIce 6 <freq_coupling>  1  flxat.nc  <output_mode> 
     29396 96 182 149 tlmd    torc  LAG=<lag_atm> 
     294P  0 P  2 
     295MAPPING 
     296# Interpolation method ou parametres mozaic 
     297rmp_tlmd_to_torc_MOSAIC.nc src 
    386298# 
    387299############################################################################ 
     
    389301# Field 23 : Non solar heat flux derivative (a->o 16) 
    390302# 
    391 CODFLXDT O_dQnsdT  35 <freq_coupling>  3   flxat.nc  <output_mode> 
    392 96 96 182 149 tlmd    torc  LAG=<lag_atm> 
    393 P  0 P  2 
    394 CHECKIN MAPPING CHECKOUT 
    395 # CHECKIN: indicate computation of global, land and sea field integrals. 
    396  INT=1 
    397 # Interpolation method ou parametres mozaic 
    398 rmp_tlmd_to_torc_MOSAIC.nc src 
    399 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    400  INT=1 
     303CODFLXDT O_dQnsdT  35 <freq_coupling>  1   flxat.nc  <output_mode> 
     30496 96 182 149 tlmd    torc  LAG=<lag_atm> 
     305P  0 P  2 
     306MAPPING 
     307# Interpolation method ou parametres mozaic 
     308rmp_tlmd_to_torc_MOSAIC.nc src 
    401309# 
    402310######################################################################### 
     
    404312# Field 24 : iceberg calving (a->o 17) 
    405313# 
    406 COCALVIN OCalving  36 <freq_coupling>  3  flxat.nc  <output_mode> 
    407 96 96 182 149 tlmd    torc  LAG=<lag_atm>  
    408 P  0 P  2 
    409 CHECKIN MAPPING CHECKOUT 
    410 # CHECKIN: indicate computation of global, land and sea field integrals. 
    411  INT=1 
     314COCALVIN OCalving  36 <freq_coupling>  1  flxat.nc  <output_mode> 
     31596 96 182 149 tlmd    torc  LAG=<lag_atm>  
     316P  0 P  2 
     317MAPPING 
    412318# Interpolation method ou parametres mozaic 
    413319rmp_tlmd_to_torc_MOSAIC_calvin.nc src 
    414 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    415  INT=1 
    416320# 
    417321######################################################################### 
     
    419323# Field 25 : liquid run-off (river + direct)  (a->o 18) 
    420324# 
    421 COLIQRUN  O_Runoff 32 <freq_coupling>  5  flxat.nc   <output_mode> 
     325COLIQRUN  O_Runoff 32 <freq_coupling>  3  flxat.nc   <output_mode> 
    42232696 96 182 149 aone    otot  LAG=<lag_atm>  
    423327P  0 P  2 
    424 CHECKIN MAPPING CONSERV BLASNEW CHECKOUT 
    425 # CHECKIN: indicate computation of global, land and sea field integrals. 
    426  INT=1 
     328MAPPING CONSERV BLASNEW 
    427329# Interpolation method ou parametres mozaic 
    428330# weights convert from kg/s to kg/m^2/s 
     
    432334# change units from m/s to kg/s 
    4333351000.0 0 
    434 # CHECKOUT: indicate computation of global, land and sea field integrals. 
    435  INT=1 
    436336# 
    437337######################################################################### 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/namelist_ORCA2_cfg

    r2699 r2966  
    155155&namsbc_alb    !   albedo parameters 
    156156!----------------------------------------------------------------------- 
    157    rn_cloud    =    0.00   !  cloud correction to snow and ice albedo 
    158    rn_albice   =    0.5    !  albedo of melting ice in the arctic and antarctic 
    159    rn_alphd    =    0.80   !  coefficients for linear interpolation used to 
    160    rn_alphc    =    0.65   !  compute albedo between two extremes values 
    161    rn_alphdi   =    0.72   !  (Pyane, 1972) 
     157   nn_ice_alb  =    0   !  parameterization of ice/snow albedo 
     158                        !     0: Shine & Henderson-Sellers (JGR 1985) 
     159                        !     1: "home made" based on Brandt et al. (J. Climate 2005) 
     160                        !                         and Grenfell & Perovich (JGR 2004) 
     161   rn_albice   =  0.5   !  albedo of bare puddled ice (values from 0.49 to 0.58) 
     162                        !     0.53 (default) => if nn_ice_alb=0 
     163                        !     0.50 (default) => if nn_ice_alb=1 
    162164/ 
    163165!----------------------------------------------------------------------- 
     
    284286   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
    285287   ln_nnogather=  .false.  !  activate code to avoid mpi_allgather use at the northfold 
    286    jpni        =   1       !  jpni   number of processors following i (set automatically if < 1) 
    287    jpnj        =  31       !  jpnj   number of processors following j (set automatically if < 1) 
    288    jpnij       =  31       !  jpnij  number of local domains (set automatically if < 1) 
     288   jpni        =   3       !  jpni   number of processors following i (set automatically if < 1) 
     289   jpnj        =  15       !  jpnj   number of processors following j (set automatically if < 1) 
     290   jpnij       =  45       !  jpnij  number of local domains (set automatically if < 1) 
    289291/ 
    290292!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/namelist_lim2_ORCA2_cfg

    r2451 r2966  
    1414&namicedyn     !   ice dynamic 
    1515!----------------------------------------------------------------------- 
     16        rn_creepl   =   2.0e-08 !  creep limit 
    1617/ 
    1718!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/namelist_pisces_ORCA2_cfg

    r2839 r2966  
    5959&nampisdmp     !  Damping  
    6060!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     61   nn_pisdmp   =  _AUTO_: DEFAULT=8760       !  Frequency of Relaxation 
    6162/ 
    6263!''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/PARAM/physiq.def_AP

    r2758 r2966  
    3434# 
    3535### cld_lc_lsc  contenu en eau liquide des nuages large-scale (fisrtilp)  
    36 cld_lc_lsc = 4.16e-4 
     36cld_lc_lsc = 3.25e-4 
    3737### cld_lc_con  contenu en eau liquide des nuages convectifs (fisrtilp)  
    38 cld_lc_con = 4.16e-4 
     38cld_lc_con = 3.25e-4 
    3939### cld_tau_lsc cte de temps utilisee pour eliminer l eau large-scale (fisrtilp)  
    4040cld_tau_lsc = 1800. 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/POST/monitoring01_lim2_ORCA2.cfg

    r2690 r2966  
    3737#  field | files patterns | files additionnal | operations | title | units | calcul of area 
    3838#----------------------------------------------------------------------------------------------------------------- 
    39  siconc_north    | "siconc"         | ORCA2.3_grid.nc | "(siconc[d=1])"   | "Ice Fraction (NORTH)"            | "-"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
    40  siconc_south    | "siconc"         | ORCA2.3_grid.nc | "(siconc[d=1])"   | "Ice Fraction (SOUTH)"            | "-"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
    41  icesurf_north   | "siconc"         | ORCA2.3_grid.nc | "(if lat[d=2] ge 0 then siconc[d=1]*mask[k=1,d=2]*area[d=2])"             | "Ice Surface (NORTH)"   | "m2"    | "2" 
    42  icesurf_south   | "siconc"         | ORCA2.3_grid.nc | "(if lat[d=2] le 0 then siconc[d=1]*mask[k=1,d=2]*area[d=2])"             | "Ice Surface (SOUTH)"   | "m2"    | "2" 
    43  icevol_north    | "sivolu siconc"  | ORCA2.3_grid.nc | "(if lat[d=3] ge 0 then sivolu[d=1]*siconc[d=2]*mask[k=1,d=3]*area[d=3])" | "Ice Volume (NORTH)"    | "m3"    | "2" 
    44  snowol_south    | "snvolu siconc"  | ORCA2.3_grid.nc | "(if lat[d=3] le 0 then sivolu[d=1]*siconc[d=2]*mask[k=1,d=3]*area[d=3])" | "Ice Volum  (SOUTH)"    | "m3"    | "2" 
    45  snowvol_north   | "snvolu siconc"  | ORCA2.3_grid.nc | "(if lat[d=3] ge 0 then snvolu[d=1]*siconc[d=2]*mask[k=1,d=3]*area[d=3])" | "Snow Volume (NORTH)"   | "m3"    | "2" 
    46  icevol_south    | "sivolu siconc"  | ORCA2.3_grid.nc | "(if lat[d=3] le 0 then snvolu[d=1]*siconc[d=2]*mask[k=1,d=3]*area[d=3])" | "Snow Volume (SOUTH)"   | "m3"    | "2" 
    47  iicethic_north  | "sithic siconc"  | ORCA2.3_grid.nc | "(sithic[d=1])"   | "Ice thickness (NORTH)"           | "m"     | "if lat[d=3] ge 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 
    48  iicethic_south  | "sithic siconc"  | ORCA2.3_grid.nc | "(sithic[d=1])"   | "Ice thickness (SOUTH)"           | "m"     | "if lat[d=3] le 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 
    49  isnowthi_north  | "snvolu siconc"  | ORCA2.3_grid.nc | "(snvolu[d=1])"   | "Snow thickness (NORTH)"          | "m"     | "if lat[d=3] ge 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 
    50  isnowthi_south  | "snvolu siconc"  | ORCA2.3_grid.nc | "(snvolu[d=1])"   | "Snow thickness (SOUTH)"          | "m"     | "if lat[d=3] le 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 
    51  sisali_north    | "sisali siconc " | ORCA2.3_grid.nc | "(sisali[d=1])"   | "Ice Salinity (NORTH)"            | "PSS"   | "if lat[d=3] ge 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 
    52  sisali_south    | "sisali siconc " | ORCA2.3_grid.nc | "(sisali[d=1])"   | "Ice Salinity (NORTH)"            | "PSS"   | "if lat[d=3] le 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 
    53  sitemp_north    | "sitemp siconc " | ORCA2.3_grid.nc | "(sitemp[d=1])"   | "Ice Temperature (NORTH)"         | "C"     | "if lat[d=3] ge 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 
    54  sitemp_south    | "sitemp siconc " | ORCA2.3_grid.nc | "(sitemp[d=1])"   | "Ice Temperature (SOUTH)"         | "C"     | "if lat[d=3] le 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 
    55  sistem_north    | "sistem siconc " | ORCA2.3_grid.nc | "(sistem[d=1])"   | "Ice Surface Temperature (NORTH)" | "C"     | "if lat[d=3] ge 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 
    56  sistem_south    | "sistem siconc " | ORCA2.3_grid.nc | "(sistem[d=1])"   | "Ice Surface Temperature (SOUTH)" | "C"     | "if lat[d=3] le 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 
    57  siages_north    | "siages siconc " | ORCA2.3_grid.nc | "(siages[d=1])"   | "Ice Age (NORTH)"                 | "years" | "if lat[d=3] ge 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 
    58  siages_south    | "siages siconc " | ORCA2.3_grid.nc | "(siages[d=1])"   | "Ice Age (SOUTH)"                 | "years" | "if lat[d=3] le 0 then siconc[d=2]*mask[k=1,d=3]*area[d=3]" 
    59  
    60  
     39 siconc_north    | "ice_pres"         | ORCA2.3_grid.nc | "(ice_pres[d=1])"   | "Ice Fraction (NORTH)"            | "-"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
     40 siconc_south    | "ice_pres"         | ORCA2.3_grid.nc | "(ice_pres[d=1])"   | "Ice Fraction (SOUTH)"            | "-"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
     41 iicethic_north  | "iicethic ice_pres"  | ORCA2.3_grid.nc | "(iicethic[d=1])" | "Ice thickness (NORTH)"      | "m" | "if lat[d=3] ge 0 and ice_pres[d=2] ne 0 then ice_pres[d=2]*mask[k=1,d=3]*area[d=3]" 
     42 iicethic_south  | "iicethic ice_pres"  | ORCA2.3_grid.nc | "(iicethic[d=1])" | "Ice thickness (SOUTH)"      | "m" | "if lat[d=3] le 0 and ice_pres[d=2] ne 0 then ice_pres[d=2]*mask[k=1,d=3]*area[d=3]" 
     43 isnowthi_north  | "isnowthi ice_pres"  | ORCA2.3_grid.nc | "(isnowthi[d=1])" | "Snow thickness (NORTH)"     | "m" | "if lat[d=3] ge 0 and ice_pres[d=2] ne 0 then ice_pres[d=2]*mask[k=1,d=3]*area[d=3]" 
     44 isnowthi_south  | "isnowthi ice_pres"  | ORCA2.3_grid.nc | "(isnowthi[d=1])" | "Snow thickness (SOUTH)"     | "m" | "if lat[d=3] le 0 and ice_pres[d=2] ne 0 then ice_pres[d=2]*mask[k=1,d=3]*area[d=3]" 
     45 icesurf_north   | "ice_pres"           | ORCA2.3_grid.nc | "(if lat[d=2] gt 0 then ice_pres[d=1]*area[d=2]*mask[k=1,d=2])"               | "Ice surface (NORTH)"  | "m2" | "2" 
     46 icesurf_south   | "ice_pres"           | ORCA2.3_grid.nc | "(if lat[d=2] lt 0 then ice_pres[d=1]*area[d=2]*mask[k=1,d=2])"               | "Ice surface (SOUTH)"  | "m2" | "2" 
     47 icevol_north    | "ice_pres iicethic"  | ORCA2.3_grid.nc | "(if lat[d=3] gt 0 then ice_pres[d=1]*iicethic[d=2]*area[d=3]*mask[k=1,d=3])" | "Ice volume (NORTH)"   | "m3" | "2" 
     48 icevol_south    | "ice_pres iicethic"  | ORCA2.3_grid.nc | "(if lat[d=3] lt 0 then ice_pres[d=1]*iicethic[d=2]*area[d=3]*mask[k=1,d=3])" | "Ice volume (SOUTH)"   | "m3" | "2" 
     49 snowvol_north   | "ice_pres isnowthi"  | ORCA2.3_grid.nc | "(if lat[d=3] gt 0 then ice_pres[d=1]*isnowthi[d=2]*area[d=3]*mask[k=1,d=3])" | "Snow volume (NORTH)"  | "m3" | "2" 
     50 snowvol_south   | "ice_pres isnowthi"  | ORCA2.3_grid.nc | "(if lat[d=3] lt 0 then ice_pres[d=1]*isnowthi[d=2]*area[d=3]*mask[k=1,d=3])" | "Snow volume (SOUTH)"  | "m3" | "2" 
    6151#----------------------------------------------------------------------------------------------------------------- 
    6252 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/GENERAL/POST/monitoring01_opa9_ORCA2.cfg

    r2685 r2966  
    4141 sosaline_global  | "sos"      | ORCA2.3_grid.nc | "(sos[d=1])"                                       | "Sea Surface Salinity (Global)"    | "PSU"     | "mask[k=1,d=2]*area[d=2]" 
    4242 sossheig_global  | "zos"      | ORCA2.3_grid.nc | "(zos[d=1])"                                       | "Sea Surface Heigh (Global)"       | "m"       | "mask[k=1,d=2]*area[d=2]" 
    43  wfo_global       | "wfo"      | ORCA2.3_grid.nc | "(wfo[d=1])"                                       | "Total Water flux (Global, upward)"| "kg/m2/s" | "mask[k=1,d=2]*area[d=2]"       
    44  friver_global    | "friver"   | ORCA2.3_grid.nc | "(friver[d=1])"                                    | "River input (Global)"             | "kg/m2/s" | "mask[k=1,d=2]*area[d=2]"       
     43 wfo_global       | "wfo"      | ORCA2.3_grid.nc | "(wfo[d=1])"                                       | "Total Water flux (Global, upward)"| "kg/m2/s" | "mask[k=1,d=2]*area[d=2]" 
     44 friver_global    | "friver"   | ORCA2.3_grid.nc | "(friver[d=1])"                                    | "River input (Global)"             | "kg/m2/s" | "mask[k=1,d=2]*area[d=2]" 
     45 hc300_global     | "hc300"    | ORCA2.3_grid.nc | "(hc300[d=1])"                                     | "Heat content 300 m (GLOBAL)"      | "W"     | "mask[k=1,d=2]*area[d=2]" 
    4546 sohefldo_global  | "sohefldo" | ORCA2.3_grid.nc | "(nshfls[d=1]+rsntds[d=1])"                        | "Net Downward Heat Flux (Global)"  | "W/m^2"   | "mask[k=1,d=2]*area[d=2]" 
     47 nadw_ocean       | "zomsfatl"  |       ""        | "(zomsfatl[z=500:6000@max,J=90:120@max,d=1])"        | "North Atlantic Deep Water"        | "Sv"    | "1" 
     48 npdw_ocean       | "zomsfpac"  |       ""        | "(zomsfpac[z=500:6000@max,J=90:120@max,d=1])"        | "North Pacific Deep Water"         | "Sv"    | "1" 
     49 aabw_ocean       | "zomsfglo"  |       ""        | "(zomsfglo[z=2000:6000@max,J=37:118@max,d=1])"       | "Antarctic Bottom Water"           | "Sv"    | "1" 
     50 deacon_ocean     | "zomsfglo"  |       ""        | "(zomsfglo[z=2000:6000@max,J=2:50@max,d=1])"         | "Deacon Cell"                      | "Sv"    | "1" 
    4651 somxl010_north   | "mldr10_1" | ORCA2.3_grid.nc | "(mldr10_1[d=1])" | "Mixed layer depth (NORTH)"    | "m"     | "(if lat[d=2] gt 0 then mask[k=1,d=2]*area[d=2])" 
    4752 somxl010_south   | "mldr10_1" | ORCA2.3_grid.nc | "(mldr10_1[d=1])" | "Mixed layer depth (SOUTH)"    | "m"     | "(if lat[d=2] lt 0 then mask[k=1,d=2]*area[d=2])" 
     53 temp_500m_global | "thetao"      | ORCA2.3_grid.nc | "(thetao[d=1,k=20])"                            | "Temperature at 500m (GLOBAL)"     | "degC"    | "mask[k=20,d=2]*area[d=2]" 
     54 temp_1000m_global | "thetao"      | ORCA2.3_grid.nc | "(thetao[d=1,k=23])"                           | "Temperature at 1000m (GLOBAL)"    | "degC"    | "mask[k=23,d=2]*area[d=2]" 
     55 salini_500m_global | "so"      | ORCA2.3_grid.nc | "(so[d=1,k=20])"                                  | "Salinity at 500m (GLOBAL)"        | "PSU"    | "mask[k=20,d=2]*area[d=2]" 
     56 salini_1000m_global | "so"      | ORCA2.3_grid.nc | "(so[d=1,k=23])"                                 | "Salinity at 1000m (GLOBAL)"       | "PSU"    | "mask[k=23,d=2]*area[d=2]" 
    4857 sosstsst_70N_90N | "tos"      | ORCA2.3_grid.nc | "(tos[d=1])" | "Sea Surface Temperature (70N-90N)" | "degC"  | "(if lat[d=2] ge  70                     then mask[k=1,d=2]*area[d=2])" 
    4958 sosstsst_50N_70N | "tos"      | ORCA2.3_grid.nc | "(tos[d=1])" | "Sea Surface Temperature (50N-70N)" | "degC"  | "(if lat[d=2] ge  50 and lat[d=2] le  70 then mask[k=1,d=2]*area[d=2])" 
     
    6271 sosaline_50S_30S | "sos"      | ORCA2.3_grid.nc | "(sos[d=1])" | "Sea Surface Salinity (50S-30S)"    | "PSU"   | "(if lat[d=2] ge -50 and lat[d=2] le -30 then mask[k=1,d=2]*area[d=2])" 
    6372 sosaline_70S_50S | "sos"      | ORCA2.3_grid.nc | "(sos[d=1])" | "Sea Surface Salinity (70S-50S)"    | "PSU"   | "(if                     lat[d=2] le -50 then mask[k=1,d=2]*area[d=2])" 
    64 #----------------------------------------------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.