Ignore:
Timestamp:
08/24/23 15:03:48 (11 months ago)
Author:
cetlod
Message:

NEMOv6.5 : Update config to switch to NEMOv4.2.1 and PISCES gas

Location:
CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL
Files:
8 added
6 deleted
23 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/DRIVER/opa9.driver

    r6013 r6601  
    2525} 
    2626 
    27     OPA_RDT=$( supergrep rn_rdt ${SUBMIT_DIR}/PARAM/NAMELIST/${RESOL_OCE}/namelist_${opa9_UserChoices_forcing}_${exptype}_cfg | sed 's/ *rn_rdt *=//' | sed 's/\. *,//' ) 
     27    OPA_RDT=$( supergrep rn_Dt ${SUBMIT_DIR}/PARAM/NAMELIST/${RESOL_OCE}/namelist_${opa9_UserChoices_forcing}_${exptype}_cfg | sed 's/ *rn_Dt *=//' | sed 's/\. *,//' ) 
    2828 
    2929    # Period Length In Days between DateBegin and first day of calendar 0001 01 01 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/DRIVER/pisces.driver

    r6230 r6601  
    2828 
    2929 
    30        OPA_RDT=$( supergrep rn_rdt  ${SUBMIT_DIR}/PARAM/NAMELIST/${RESOL_OCE}/namelist_offline_${exptype}_cfg | sed 's/ *rn_rdt *=//' | sed 's/\. *,//' ) 
     30       OPA_RDT=$( supergrep rn_Dt  ${SUBMIT_DIR}/PARAM/NAMELIST/${RESOL_OCE}/namelist_offline_${exptype}_cfg | sed 's/ *rn_Dt *=//' | sed 's/\. *,//' ) 
    3131       # Period Length In Days between DateBegin and first day of calendar 0001 01 01 
    3232       # /!\ Needed by OPA namelist to compute file names /!\ 
     
    4141       IGCM_debug_Print 1 "OPA_NPDT_DAY   ${OPA_NPDT_DAY}" 
    4242       IGCM_debug_Print 1 "OPA_NPDT_YEAR  ${OPA_NPDT_YEAR}" 
    43  
    4443     fi 
    4544 
     
    141140       fi 
    142141    fi 
    143      
    144     if [ X"${pisces_UserChoices_Offline_Mode}" = X"y" ] ; then 
    145        if [ X"${pisces_UserChoices_Offline_DynTrp}" = X"y" ] ; then 
    146           OFF_DYNTRP=.TRUE. 
    147        else 
    148           OFF_DYNTRP=.FALSE. 
    149        fi 
    150     fi 
     142 
    151143    ##-- Restart configuration 
    152144    if ( [ "${CumulPeriod}" -eq 1 ] && [ "${config_MBG_Restart}" = "n" ] ) ; then 
     
    177169      IGCM_comp_modifyNamelist blocker    namelist_cfg nn_date0  ${PeriodDateBegin} 
    178170      IGCM_comp_modifyNamelist blocker    namelist_cfg nn_leapy  ${OPA_NLEAPY} 
    179       IGCM_comp_modifyNamelist blocker    namelist_cfg ln_dyntrp ${OFF_DYNTRP} 
    180171 
    181172# update domain_def.xml file  
     
    190181   fi 
    191182 
    192    if [ X"${pisces_UserChoices_pis}" = X"n" ] ; then 
     183   if [ X"${pisces_UserChoices_pis}" = X"y" ] ; then 
    193184      echo "DeActivate pisces outputs" 
    194       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file33 enabled .FALSE. 
    195       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file34 enabled .FALSE. 
    196       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file35 enabled .FALSE. 
    197       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file36 enabled .FALSE. 
    198       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file37 enabled .FALSE. 
     185      IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file31 enabled .TRUE. 
     186      IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file32 enabled .TRUE. 
     187      IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file33 enabled .TRUE. 
     188      IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file34 enabled .TRUE. 
     189      IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file35 enabled .TRUE. 
     190      IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file36 enabled .TRUE. 
     191      IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file37 enabled .TRUE. 
    199192   fi 
    200193 
     
    210203      echo "Activate CFC11  tracer" 
    211204      TOP_CFC11=.TRUE. 
    212       IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file39 enabled .FALSE. 
     205      IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file39 enabled .TRUE. 
    213206   else 
    214207      TOP_CFC11=.FALSE. 
     
    223216   fi 
    224217## 
    225    if [ X"${pisces_UserChoices_Co2Anthr}" = X"y" ] ; then 
    226       LCO2INT=.TRUE. 
    227    else 
    228       LCO2INT=.FALSE. 
    229    fi 
     218   if [ X"${pisces_UserChoices_sf6}" = X"y" ] ; then 
     219      echo "Activate SF6  tracer" 
     220      TOP_SF6=.TRUE. 
     221      IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file41 enabled .TRUE. 
     222   else 
     223      TOP_SF6=.FALSE. 
     224   fi 
     225## 
     226  if [ X"${pisces_UserChoices_c14}" = X"y" ] ; then 
     227      echo "Activate RC14  tracer" 
     228      TOP_C14=.TRUE. 
     229      IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file42 enabled .TRUE. 
     230   else 
     231      TOP_C14=.FALSE. 
     232   fi 
     233 
     234   if [ X"${pisces_UserChoices_gas}" = X"n" ] ; then 
     235      LGAS=.FALSE. 
     236      cp namelist_top_p4z_cfg  namelist_top_cfg 
     237   else 
     238      echo "Activate  gas tracer" 
     239      LGAS=.TRUE. 
     240      cp namelist_top_p4z_gas_cfg  namelist_top_cfg 
     241      IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file50 enabled .TRUE. 
     242      IGCM_comp_modifyXmlFile force file_def_nemo-top.xml file51 enabled .TRUE. 
     243   fi 
     244## 
     245   if [ X"${pisces_UserChoices_AnthrGas}" = X"y" ] ; then 
     246      # Read value for co2_ppm from file CO2.txt. If file not existing, take DEFAULT.  
     247      if [ -f atmco2.txt ] ; then 
     248         line_year=`awk '/'${year}'/{print NR}' atmco2.txt` 
     249         PisCo2=`awk 'NR == '$line_year' {print $2 }' atmco2.txt` 
     250      else 
     251         PisCo2=${pisces_UserChoices_AtmCo2} 
     252      fi 
     253    else 
     254         PisCo2=${pisces_UserChoices_AtmCo2} 
     255    fi 
     256 
     257   if [ X"${pisces_UserChoices_AnthrGas}" = X"y" ] && [ X"${pisces_UserChoices_gas}" = X"y" ] ; then 
     258      if [ -f atmn2o.txt ] ; then 
     259         line_year=`awk '/'${year}'/{print NR}' atmn2o.txt` 
     260         PisNo2=`awk 'NR == '$line_year' {print $2 }' atmn2o.txt` 
     261      else 
     262         PisN2o=${pisces_UserChoices_AtmN2o} 
     263      fi 
     264      if [ -f atmcos.txt ] ; then 
     265         line_year=`awk '/'${year}'/{print NR}' atmcos.txt` 
     266         PisCos=`awk 'NR == '$line_year' {print $2 }' atmcos.txt` 
     267      else 
     268         PisCos=${pisces_UserChoices_AtmCos} 
     269      fi 
     270    else 
     271         PisN2o=${pisces_UserChoices_AtmN2o} 
     272         PisCos=${pisces_UserChoices_AtmCos} 
     273    fi 
    230274   ##-- Update namelist_top_cfg and namelist_pisces_cfg 
    231275    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_rsttr  ${TOP_LRSTTR} 
     
    234278    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_cfc11  ${TOP_CFC11} 
    235279    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_cfc12  ${TOP_CFC12} 
     280    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_sf6    ${TOP_SF6} 
     281    IGCM_comp_modifyNamelist blocker    namelist_top_cfg     ln_c14    ${TOP_C14} 
    236282    if [ X"${pisces_UserChoices_pis}" = X"y" ] ; then 
    237        IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  ln_co2int ${LCO2INT} 
    238        IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  atcco2    ${pisces_UserChoices_AtmCo2} 
     283       IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  atcco2    ${PisCo2} 
    239284       IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  nrdttrc   ${pisces_UserChoices_PisFreq} 
    240285       IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  nn_pisdmp ${OPA_NPDT_YEAR} 
     286       IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  ln_dms     ${LGAS} 
     287       IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  ln_n2o     ${LGAS} 
     288       IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  ln_bvocs   ${LGAS} 
     289       IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  atcn2o     ${PisN2o} 
     290       IGCM_comp_modifyNamelist blocker    namelist_pisces_cfg  atccos     ${PisCos} 
    241291    fi 
    242292  
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA1/namelist_core_clim_cfg

    r5953 r6601  
    3535&namdom        !   time and space domain 
    3636!----------------------------------------------------------------------- 
    37    rn_rdt      = 2700.     !  time step for the dynamics and tracer 
     37   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     38   rn_Dt      = 2700.     !  time step for the dynamics and tracer 
    3839   ln_meshmask =  _AUTO_ 
    3940/ 
     
    5859   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    5960   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    60    sn_tem  = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_eorca1_bilinear.nc'  ,   ''    ,    '' 
    61    sn_sal  = 'absolute_salinity_WOA13_decav_Reg1L75_clim'       , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_eorca1_bilinear.nc'  ,   '' 
     61   sn_tem  = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_bilinear.nc'  ,   ''    ,    '' 
     62   sn_sal  = 'absolute_salinity_WOA13_decav_Reg1L75_clim'       , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_bilinear.nc'  ,   '' 
    6263/ 
    6364!!====================================================================== 
     
    9798      !                    !     =2 annual global mean of e-p-r set to zero 
    9899   ln_rnf      = .true.   !  runoffs                                   (T => fill namsbc_rnf) 
    99    ln_isf      = .true.   !  ice shelf                                 (T   => fill namsbc_isf & namsbc_iscpl) 
    100100/ 
    101101!----------------------------------------------------------------------- 
     
    105105   !                    !  bulk algorithm : 
    106106   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
    107    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    108107 
    109108   cn_dir = './'  !  root directory for the bulk data location 
     
    133132   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    134133   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    135   sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_eorca1_bilinear.nc' , '' , '' 
     134  sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_bilinear.nc' , '' , '' 
    136135/ 
    137136!----------------------------------------------------------------------- 
     
    159158   ln_rnf_tem  = .false.   !  read in temperature information for runoff 
    160159   ln_rnf_sal  = .false.   !  read in salinity information for runoff 
     160   ln_rnf_icb  = .false.   !  read iceberg flux 
    161161   ln_rnf_depth_ini = .true. ! compute depth at initialisation from runoff file 
    162162      rn_rnf_max  = 0.05  !  max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true ) 
     
    168168   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    169169   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    170    sn_rnf      = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    171    sn_cnf      = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc',         0         , 'socoeff' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     170   sn_rnf      = 'runoff-icb_DaiTrenberth_Depoorter.nc',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     171   sn_i_rnf    = 'runoff-icb_DaiTrenberth_Depoorter.nc',        -1         , 'Icb_flux',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     172   sn_cnf      = 'runoff-icb_DaiTrenberth_Depoorter.nc',         0         , 'socoeff' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    172173   sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    173174   sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     
    175176/ 
    176177!----------------------------------------------------------------------- 
    177 &namsbc_isf    !  Top boundary layer (ISF)                              (ln_isfcav =T : read (ln_read_cfg=T) 
    178 !-----------------------------------------------------------------------             or set or usr_def_zgr ) 
    179    !                 ! type of top boundary layer 
    180    nn_isf      = 3         !  ice shelf melting/freezing 
    181                            !  3 = rnf file for ISF   
    182    !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
    183    !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    184    !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
    185    sn_rnfisf     = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc' ,   -12      ,'sornfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
    186    sn_depmax_isf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc' ,   -12      ,'sodepmax_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
    187    sn_depmin_isf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc' ,   -12      ,'sodepmin_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     178&namisf       !  Top boundary layer (ISF)                               (default: OFF) 
     179!----------------------------------------------------------------------- 
     180   ! 
     181   ! ---------------- ice shelf load ------------------------------- 
     182   ! 
     183   cn_isfload = 'uniform'      ! scheme to compute ice shelf load (ln_isfcav = .true. in domain_cfg.nc) 
     184      rn_isfload_T = -1.9 
     185      rn_isfload_S = 34.4 
     186   ! 
     187   ! ---------------- ice shelf melt formulation ------------------------------- 
     188   ! 
     189   ln_isf = .true.           ! activate ice shelf module 
     190      ln_isfdebug = .false.      ! add debug print in ISF code (global min/max/sum of specific variable) 
     191      cn_isfdir   = './'         ! directory for all ice shelf input file 
     192      ! 
     193      ! ---------------- cavities opened ------------------------------- 
     194      ! 
     195      ln_isfcav_mlt = .false.    ! ice shelf melting into the cavity (need ln_isfcav = .true. in domain_cfg.nc) 
     196         cn_isfcav_mlt = '3eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis) 
     197         !                       ! spe = fwfisf is read from a forcing field 
     198         !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006 for a short description) 
     199         !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2016 for a short description) 
     200         !                       ! oasis = fwfisf is given by oasis and pattern by file sn_isfcav_fwf 
     201         !              !  cn_isfcav_mlt = 2eq or 3eq cases: 
     202         cn_gammablk = 'vel'     ! scheme to compute gammat/s (spe,ad15,hj99) 
     203         !                       ! spe      = constant transfert velocity (rn_gammat0, rn_gammas0) 
     204         !                       ! vel      = velocity dependent transfert velocity (u* * gammat/s) (Asay-Davis et al. 2016 for a short description) 
     205         !                       ! vel_stab = velocity and stability dependent transfert coeficient (Holland et al. 1999 for a complete description) 
     206         rn_gammat0  = 1.4e-2    ! gammat coefficient used in spe, vel and vel_stab gamma computation method 
     207         rn_gammas0  = 4.0e-4    ! gammas coefficient used in spe, vel and vel_stab gamma computation method 
     208         ! 
     209         rn_htbl     =  30.      ! thickness of the top boundary layer    (Losh et al. 2008) 
     210         !                       ! 0 => thickness of the tbl = thickness of the first wet cell 
     211         ! 
     212         !* 'spe' and 'oasis' case 
     213         !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
     214         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     215         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
     216         sn_isfcav_fwf = 'isfmlt_cav',      -12.      , 'fwflisf'  ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     217      ! 
     218      ! ---------------- cavities parametrised ------------------------------- 
     219      ! 
     220      ln_isfpar_mlt = .true.   ! ice shelf melting parametrised 
     221         cn_isfpar_mlt = 'spe'  ! ice shelf melting parametrisation (spe/bg03/oasis) 
     222         !                      ! spe   = fwfisf is read from a forcing field 
     223         !                      ! bg03  = melt computed using Beckmann and Goosse parametrisation 
     224         !                      ! oasis = fwfisf is given by oasis and pattern by file sn_isfpar_fwf 
     225         ! 
     226         !* all cases 
     227         !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
     228         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     229         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
     230         sn_isfpar_zmax = 'runoff-icb_DaiTrenberth_Depoorter.nc' ,   -1      ,'sodepmax_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     231         sn_isfpar_zmin = 'runoff-icb_DaiTrenberth_Depoorter.nc' ,   -1      ,'sodepmin_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     232         !* 'spe' and 'oasis' case 
     233         sn_isfpar_fwf = 'runoff-icb_DaiTrenberth_Depoorter.nc' ,    -1      ,'sornfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
     234         !* 'bg03' case 
     235         sn_isfpar_Leff = 'isfmlt_par',       0.       ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     236      ! 
     237      ! ---------------- ice sheet coupling ------------------------------- 
     238      ! 
     239      ln_isfcpl = .false. 
     240         nn_drown       = 10        ! number of iteration of the extrapolation loop (fill the new wet cells) 
     241         ln_isfcpl_cons = .false. 
    188242/ 
    189243!----------------------------------------------------------------------- 
     
    253307   !           !  file name         ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    254308   !           !                    !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    255    sn_qgh      ='Goutorbe_ghflux.nc',        -12.       , 'gh_flux' ,   .false.   , .true. , 'yearly'  , 'weights_Goutorbe1_2_eorca1_bilinear.nc'       , ''       , '' 
     309   sn_qgh      ='Lucazeau_ghflux.nc',        -12.       , 'gh_flux' ,   .false.   , .true. , 'yearly'  , 'weights_Lucazeau1_2_bilinear.nc'       , ''       , '' 
    256310/ 
    257311!----------------------------------------------------------------------- 
     
    345399!----------------------------------------------------------------------- 
    346400   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    347       nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
     401      nn_e3f_typ = 0          ! =0   e3f = mean masked e3t divided by 4 
    348402/ 
    349403!----------------------------------------------------------------------- 
     
    410464&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    411465!----------------------------------------------------------------------- 
    412    nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
    413    ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
    414    ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
     466   ln_mevar    = .false.    !  variable (T) or constant (F) mixing efficiency 
     467   ln_tsdiff   = .true.     !  account for differential T/S mixing (T) or not (F) 
     468 
     469   cn_dir      = './'      !  root directory for the iwm data location 
     470   !___________!____________________!___________________!_____________!_____________!________!___________!__________________!__________!_______________! 
     471   !           !  file name         ! frequency (hours) ! variable    ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     472   !           !                    !  (if <0  months)  !   name      !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     473   sn_mpb      = 'zdfiwm_forcing.nc',      -12.         , 'power_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     474   sn_mpc      = 'zdfiwm_forcing.nc',      -12.         , 'power_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     475   sn_mpn      = 'zdfiwm_forcing.nc',      -12.         , 'power_nsq' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     476   sn_mps      = 'zdfiwm_forcing.nc',      -12.         , 'power_sho' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     477   sn_dsb      = 'zdfiwm_forcing.nc',      -12.         , 'scale_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     478   sn_dsc      = 'zdfiwm_forcing.nc',      -12.         , 'scale_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
    415479/ 
    416480!!====================================================================== 
     
    453517&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    454518!----------------------------------------------------------------------- 
     519   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    455520/ 
    456521!----------------------------------------------------------------------- 
    457522&namctl        !   Control prints                                       (default: OFF) 
    458523!----------------------------------------------------------------------- 
     524   sn_cfctl%l_runstat = .true.    ! switches and which areas produce reports with the proc integer settings. 
     525   sn_cfctl%l_trcstat = .true.   ! The default settings for the proc integers should ensure 
    459526/ 
    460527!----------------------------------------------------------------------- 
     
    463530/ 
    464531!----------------------------------------------------------------------- 
    465 &namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    466 !----------------------------------------------------------------------- 
    467    ln_diaptr   = .true.   !  Poleward heat and salt transport (T) or not (F) 
    468    ln_subbas   = .true.   !  Atlantic/Pacific/Indian basins computation (T) or not 
    469 / 
    470 !----------------------------------------------------------------------- 
    471532&namhsb        !  Heat and salt budgets                                 (default: OFF) 
    472533!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA1/namelist_core_ia_cfg

    r5953 r6601  
    3535&namdom        !   time and space domain 
    3636!----------------------------------------------------------------------- 
    37    rn_rdt      = 2700.     !  time step for the dynamics and tracer 
     37   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     38!   rn_Dt      = 2700.     !  time step for the dynamics and tracer 
     39   rn_Dt      = 3600.     !  time step for the dynamics and tracer 
    3840   ln_meshmask =  _AUTO_ 
    3941/ 
     
    5860   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    5961   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    60    sn_tem  = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_eorca1_bilinear.nc'  ,   ''    ,    '' 
    61    sn_sal  = 'absolute_salinity_WOA13_decav_Reg1L75_clim'       , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_eorca1_bilinear.nc'  ,   '' 
     62   sn_tem  = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_bilinear.nc'  ,   ''    ,    '' 
     63   sn_sal  = 'absolute_salinity_WOA13_decav_Reg1L75_clim'       , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_bilinear.nc'  ,   '' 
    6264/ 
    6365!!====================================================================== 
     
    8385&namsbc        !   Surface Boundary Condition manager                   (default: NO selection) 
    8486!----------------------------------------------------------------------- 
    85    nn_fsbc     = 2         !  frequency of SBC module call 
     87 !  nn_fsbc     = 2         !  frequency of SBC module call 
     88   nn_fsbc     = 3         !  frequency of SBC module call 
    8689                           !     (also = the frequency of sea-ice & iceberg model call) 
    8790                     ! Type of air-sea fluxes  
     
    97100      !                    !     =2 annual global mean of e-p-r set to zero 
    98101   ln_rnf      = .true.   !  runoffs                                   (T => fill namsbc_rnf) 
    99    ln_isf      = .true.   !  ice shelf                                 (T   => fill namsbc_isf & namsbc_iscpl) 
    100102/ 
    101103!----------------------------------------------------------------------- 
     
    105107   !                    !  bulk algorithm : 
    106108   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
    107    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    108109 
    109110   cn_dir = './'  !  root directory for the bulk data location 
     
    133134   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    134135   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    135   sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_eorca1_bilinear.nc' , '' , '' 
     136  sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_bilinear.nc' , '' , '' 
    136137/ 
    137138!----------------------------------------------------------------------- 
     
    159160   ln_rnf_tem  = .false.   !  read in temperature information for runoff 
    160161   ln_rnf_sal  = .false.   !  read in salinity information for runoff 
     162   ln_rnf_icb  = .false.   !  read iceberg flux 
    161163   ln_rnf_depth_ini = .true. ! compute depth at initialisation from runoff file 
    162164      rn_rnf_max  = 0.05  !  max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true ) 
     
    168170   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    169171   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    170    sn_rnf      = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    171    sn_cnf      = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc',         0         , 'socoeff' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     172   sn_rnf      = 'runoff-icb_DaiTrenberth_Depoorter.nc',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     173   sn_i_rnf    = 'runoff-icb_DaiTrenberth_Depoorter.nc',        -1         , 'Icb_flux',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     174   sn_cnf      = 'runoff-icb_DaiTrenberth_Depoorter.nc',         0         , 'socoeff' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    172175   sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    173176   sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     
    175178/ 
    176179!----------------------------------------------------------------------- 
    177 &namsbc_isf    !  Top boundary layer (ISF)                              (ln_isfcav =T : read (ln_read_cfg=T) 
    178 !-----------------------------------------------------------------------             or set or usr_def_zgr ) 
    179    !                 ! type of top boundary layer 
    180    nn_isf      = 3         !  ice shelf melting/freezing 
    181                            !  3 = rnf file for ISF   
    182    !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
    183    !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    184    !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
    185    sn_rnfisf     = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc' ,   -12      ,'sornfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
    186    sn_depmax_isf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc' ,   -12      ,'sodepmax_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
    187    sn_depmin_isf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc' ,   -12      ,'sodepmin_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     180&namisf       !  Top boundary layer (ISF)                               (default: OFF) 
     181!----------------------------------------------------------------------- 
     182   ! 
     183   ! ---------------- ice shelf load ------------------------------- 
     184   ! 
     185   cn_isfload = 'uniform'      ! scheme to compute ice shelf load (ln_isfcav = .true. in domain_cfg.nc) 
     186      rn_isfload_T = -1.9 
     187      rn_isfload_S = 34.4 
     188   ! 
     189   ! ---------------- ice shelf melt formulation ------------------------------- 
     190   ! 
     191   ln_isf = .true.           ! activate ice shelf module 
     192      ln_isfdebug = .false.      ! add debug print in ISF code (global min/max/sum of specific variable) 
     193      cn_isfdir   = './'         ! directory for all ice shelf input file 
     194      ! 
     195      ! ---------------- cavities opened ------------------------------- 
     196      ! 
     197      ln_isfcav_mlt = .false.    ! ice shelf melting into the cavity (need ln_isfcav = .true. in domain_cfg.nc) 
     198         cn_isfcav_mlt = '3eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis) 
     199         !                       ! spe = fwfisf is read from a forcing field 
     200         !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006 for a short description) 
     201         !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2016 for a short description) 
     202         !                       ! oasis = fwfisf is given by oasis and pattern by file sn_isfcav_fwf 
     203         !              !  cn_isfcav_mlt = 2eq or 3eq cases: 
     204         cn_gammablk = 'vel'     ! scheme to compute gammat/s (spe,ad15,hj99) 
     205         !                       ! spe      = constant transfert velocity (rn_gammat0, rn_gammas0) 
     206         !                       ! vel      = velocity dependent transfert velocity (u* * gammat/s) (Asay-Davis et al. 2016 for a short description) 
     207         !                       ! vel_stab = velocity and stability dependent transfert coeficient (Holland et al. 1999 for a complete description) 
     208         rn_gammat0  = 1.4e-2    ! gammat coefficient used in spe, vel and vel_stab gamma computation method 
     209         rn_gammas0  = 4.0e-4    ! gammas coefficient used in spe, vel and vel_stab gamma computation method 
     210         ! 
     211         rn_htbl     =  30.      ! thickness of the top boundary layer    (Losh et al. 2008) 
     212         !                       ! 0 => thickness of the tbl = thickness of the first wet cell 
     213         ! 
     214         !* 'spe' and 'oasis' case 
     215         !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
     216         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     217         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
     218         sn_isfcav_fwf = 'isfmlt_cav',      -12.      , 'fwflisf'  ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     219      ! 
     220      ! ---------------- cavities parametrised ------------------------------- 
     221      ! 
     222      ln_isfpar_mlt = .true.   ! ice shelf melting parametrised 
     223         cn_isfpar_mlt = 'spe'  ! ice shelf melting parametrisation (spe/bg03/oasis) 
     224         !                      ! spe   = fwfisf is read from a forcing field 
     225         !                      ! bg03  = melt computed using Beckmann and Goosse parametrisation 
     226         !                      ! oasis = fwfisf is given by oasis and pattern by file sn_isfpar_fwf 
     227         ! 
     228         !* all cases 
     229         !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
     230         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     231         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
     232         sn_isfpar_zmax = 'runoff-icb_DaiTrenberth_Depoorter.nc' ,   -1      ,'sodepmax_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     233         sn_isfpar_zmin = 'runoff-icb_DaiTrenberth_Depoorter.nc' ,   -1      ,'sodepmin_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     234         !* 'spe' and 'oasis' case 
     235         sn_isfpar_fwf = 'runoff-icb_DaiTrenberth_Depoorter.nc' ,   -1      ,'sornfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
     236         !* 'bg03' case 
     237         sn_isfpar_Leff = 'isfmlt_par',       0.       ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     238      ! 
     239      ! ---------------- ice sheet coupling ------------------------------- 
     240      ! 
     241      ln_isfcpl = .false. 
     242         nn_drown       = 10        ! number of iteration of the extrapolation loop (fill the new wet cells) 
     243         ln_isfcpl_cons = .false. 
    188244/ 
    189245!----------------------------------------------------------------------- 
     
    253309   !           !  file name         ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    254310   !           !                    !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    255    sn_qgh      ='Goutorbe_ghflux.nc',        -12.       , 'gh_flux' ,   .false.   , .true. , 'yearly'  , 'weights_Goutorbe1_2_eorca1_bilinear.nc'       , ''       , '' 
     311   sn_qgh      ='Lucazeau_ghflux.nc',        -12.       , 'gh_flux' ,   .false.   , .true. , 'yearly'  , 'weights_Lucazeau1_2_bilinear.nc'       , ''       , '' 
    256312/ 
    257313!----------------------------------------------------------------------- 
     
    345401!----------------------------------------------------------------------- 
    346402   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    347       nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
     403      nn_e3f_typ = 0          ! =0   e3f = mean masked e3t divided by 4 
    348404/ 
    349405!----------------------------------------------------------------------- 
     
    410466&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    411467!----------------------------------------------------------------------- 
    412    nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
    413    ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
    414    ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
     468   ln_mevar    = .false.    !  variable (T) or constant (F) mixing efficiency 
     469   ln_tsdiff   = .true.     !  account for differential T/S mixing (T) or not (F) 
     470 
     471   cn_dir      = './'      !  root directory for the iwm data location 
     472   !___________!____________________!___________________!_____________!_____________!________!___________!__________________!__________!_______________! 
     473   !           !  file name         ! frequency (hours) ! variable    ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     474   !           !                    !  (if <0  months)  !   name      !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     475   sn_mpb      = 'zdfiwm_forcing.nc',      -12.         , 'power_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     476   sn_mpc      = 'zdfiwm_forcing.nc',      -12.         , 'power_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     477   sn_mpn      = 'zdfiwm_forcing.nc',      -12.         , 'power_nsq' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     478   sn_mps      = 'zdfiwm_forcing.nc',      -12.         , 'power_sho' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     479   sn_dsb      = 'zdfiwm_forcing.nc',      -12.         , 'scale_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     480   sn_dsc      = 'zdfiwm_forcing.nc',      -12.         , 'scale_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
    415481/ 
    416482!!====================================================================== 
     
    453519&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    454520!----------------------------------------------------------------------- 
     521   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    455522/ 
    456523!----------------------------------------------------------------------- 
    457524&namctl        !   Control prints                                       (default: OFF) 
    458525!----------------------------------------------------------------------- 
     526   sn_cfctl%l_runstat = .true.    ! switches and which areas produce reports with the proc integer settings. 
     527   sn_cfctl%l_trcstat = .true.   ! The default settings for the proc integers should ensure 
    459528/ 
    460529!----------------------------------------------------------------------- 
     
    463532/ 
    464533!----------------------------------------------------------------------- 
    465 &namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    466 !----------------------------------------------------------------------- 
    467    ln_diaptr   = .true.   !  Poleward heat and salt transport (T) or not (F) 
    468    ln_subbas   = .true.   !  Atlantic/Pacific/Indian basins computation (T) or not 
    469 / 
    470 !----------------------------------------------------------------------- 
    471534&namhsb        !  Heat and salt budgets                                 (default: OFF) 
    472535!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA1/namelist_jra_ia_cfg

    r6073 r6601  
    3535&namdom        !   time and space domain 
    3636!----------------------------------------------------------------------- 
    37    rn_rdt      = 2700.     !  time step for the dynamics and tracer 
     37   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     38!   rn_Dt      = 2700.     !  time step for the dynamics and tracer 
     39   rn_Dt      = 3600.     !  time step for the dynamics and tracer 
    3840   ln_meshmask =  _AUTO_ 
    3941/ 
     
    5860   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    5961   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    60    sn_tem  = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_eorca1_bilinear.nc'  ,   ''    ,    '' 
    61    sn_sal  = 'absolute_salinity_WOA13_decav_Reg1L75_clim'       , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_eorca1_bilinear.nc'  ,   '' 
     62   sn_tem  = 'conservative_temperature_WOA13_decav_Reg1L75_clim', -1 ,'votemper' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_bilinear.nc'  ,   ''    ,    '' 
     63   sn_sal  = 'absolute_salinity_WOA13_decav_Reg1L75_clim'       , -1 ,'vosaline' , .true. , .true. , 'yearly' , 'weights_3D_WOA13d1_2_bilinear.nc'  ,   '' 
    6264/ 
    6365!!====================================================================== 
     
    8385&namsbc        !   Surface Boundary Condition manager                   (default: NO selection) 
    8486!----------------------------------------------------------------------- 
    85    nn_fsbc     = 2         !  frequency of SBC module call 
     87   nn_fsbc     = 3         !  frequency of SBC module call 
     88!   nn_fsbc     = 2         !  frequency of SBC module call 
    8689                           !     (also = the frequency of sea-ice & iceberg model call) 
    8790                     ! Type of air-sea fluxes  
     
    9194                     ! Misc. options of sbc :  
    9295   ln_traqsr   = .true.   !  Light penetration in the ocean            (T => fill namtra_qsr) 
     96   ln_dm2dc    = .false.  !  daily mean to diurnal cycle on short wave 
    9397   ln_ssr      = .true.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    94    nn_fwb      = 2         !  FreshWater Budget: =0 unchecked 
    95       !                    !     =1 global mean of e-p-r set to zero at each time step 
    96       !                    !     =2 annual global mean of e-p-r set to zero 
     98   nn_fwb      = 2        !  FreshWater Budget: =0 unchecked 
     99      !                   !     =1 global mean of e-p-r set to zero at each time step 
     100      !                   !     =2 annual global mean of e-p-r set to zero 
    97101   ln_rnf      = .true.   !  runoffs                                   (T => fill namsbc_rnf) 
    98    ln_isf      = .true.   !  ice shelf                                 (T   => fill namsbc_isf & namsbc_iscpl) 
    99102/ 
    100103!----------------------------------------------------------------------- 
     
    103106   !                    !  bulk algorithm : 
    104107   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
    105    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    106108 
    107109   cn_dir = './'  !  root directory for the bulk data location 
     
    131133   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    132134   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    133   sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_eorca1_bilinear.nc' , '' , '' 
     135  sn_chl      ='merged_ESACCI_BIOMER4V1R1_CHL_REG05',  -1  , 'CHLA' , .true. , .true. , 'yearly' , 'weights_reg05_2_bilinear.nc' , '' , '' 
    134136/ 
    135137!----------------------------------------------------------------------- 
     
    157159   ln_rnf_tem  = .false.   !  read in temperature information for runoff 
    158160   ln_rnf_sal  = .false.   !  read in salinity information for runoff 
     161   ln_rnf_icb  = .false.   !  read iceberg flux 
    159162   ln_rnf_depth_ini = .true. ! compute depth at initialisation from runoff file 
    160163      rn_rnf_max  = 0.05  !  max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true ) 
     
    166169   !           !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    167170   !           !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    168    sn_rnf      = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    169    sn_cnf      = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc',         0         , 'socoeff' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
     171   sn_rnf      = 'runoff-icb_DaiTrenberth_Depoorter.nc',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     172   sn_i_rnf    = 'runoff-icb_DaiTrenberth_Depoorter.nc',        -1         , 'Icb_flux',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     173   sn_cnf      = 'runoff-icb_DaiTrenberth_Depoorter.nc',         0         , 'socoeff' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    170174   sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    171175   sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
     
    173177/ 
    174178!----------------------------------------------------------------------- 
    175 &namsbc_isf    !  Top boundary layer (ISF)                              (ln_isfcav =T : read (ln_read_cfg=T) 
    176 !-----------------------------------------------------------------------             or set or usr_def_zgr ) 
    177    !                 ! type of top boundary layer 
    178    nn_isf      = 3         !  ice shelf melting/freezing 
    179                            !  3 = rnf file for ISF   
    180    !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
    181    !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    182    !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
    183    sn_rnfisf     = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc' ,   -12      ,'sornfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
    184    sn_depmax_isf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc' ,   -12      ,'sodepmax_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
    185    sn_depmin_isf = 'runoff-icb_DaiTrenberth_Depoorter_eORCA1.nc' ,   -12      ,'sodepmin_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     179&namisf       !  Top boundary layer (ISF)                               (default: OFF) 
     180!----------------------------------------------------------------------- 
     181   ! 
     182   ! ---------------- ice shelf load ------------------------------- 
     183   ! 
     184   cn_isfload = 'uniform'      ! scheme to compute ice shelf load (ln_isfcav = .true. in domain_cfg.nc) 
     185      rn_isfload_T = -1.9 
     186      rn_isfload_S = 34.4 
     187   ! 
     188   ! ---------------- ice shelf melt formulation ------------------------------- 
     189   ! 
     190   ln_isf = .true.           ! activate ice shelf module 
     191      ln_isfdebug = .false.      ! add debug print in ISF code (global min/max/sum of specific variable) 
     192      cn_isfdir   = './'         ! directory for all ice shelf input file 
     193      ! 
     194      ! ---------------- cavities opened ------------------------------- 
     195      ! 
     196      ln_isfcav_mlt = .false.    ! ice shelf melting into the cavity (need ln_isfcav = .true. in domain_cfg.nc) 
     197         cn_isfcav_mlt = '3eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis) 
     198         !                       ! spe = fwfisf is read from a forcing field 
     199         !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006 for a short description) 
     200         !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2016 for a short description) 
     201         !                       ! oasis = fwfisf is given by oasis and pattern by file sn_isfcav_fwf 
     202         !              !  cn_isfcav_mlt = 2eq or 3eq cases: 
     203         cn_gammablk = 'vel'     ! scheme to compute gammat/s (spe,ad15,hj99) 
     204         !                       ! spe      = constant transfert velocity (rn_gammat0, rn_gammas0) 
     205         !                       ! vel      = velocity dependent transfert velocity (u* * gammat/s) (Asay-Davis et al. 2016 for a short description) 
     206         !                       ! vel_stab = velocity and stability dependent transfert coeficient (Holland et al. 1999 for a complete description) 
     207         rn_gammat0  = 1.4e-2    ! gammat coefficient used in spe, vel and vel_stab gamma computation method 
     208         rn_gammas0  = 4.0e-4    ! gammas coefficient used in spe, vel and vel_stab gamma computation method 
     209         ! 
     210         rn_htbl     =  30.      ! thickness of the top boundary layer    (Losh et al. 2008) 
     211         !                       ! 0 => thickness of the tbl = thickness of the first wet cell 
     212         ! 
     213         !* 'spe' and 'oasis' case 
     214         !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
     215         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     216         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
     217         sn_isfcav_fwf = 'isfmlt_cav',      -12.      , 'fwflisf'  ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     218      ! 
     219      ! ---------------- cavities parametrised ------------------------------- 
     220      ! 
     221      ln_isfpar_mlt = .true.   ! ice shelf melting parametrised 
     222         cn_isfpar_mlt = 'spe'  ! ice shelf melting parametrisation (spe/bg03/oasis) 
     223         !                      ! spe   = fwfisf is read from a forcing field 
     224         !                      ! bg03  = melt computed using Beckmann and Goosse parametrisation 
     225         !                      ! oasis = fwfisf is given by oasis and pattern by file sn_isfpar_fwf 
     226         ! 
     227         !* all cases 
     228         !___________!_____________!___________________!___________!_____________!_________!___________!__________!__________!_______________! 
     229         !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     230         !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
     231         sn_isfpar_zmax = 'runoff-icb_DaiTrenberth_Depoorter.nc' ,   -1      ,'sodepmax_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     232         sn_isfpar_zmin = 'runoff-icb_DaiTrenberth_Depoorter.nc' ,   -1      ,'sodepmin_isf' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     233         !* 'spe' and 'oasis' case 
     234         sn_isfpar_fwf = 'runoff-icb_DaiTrenberth_Depoorter.nc' ,   -1      ,'sornfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
     235         !* 'bg03' case 
     236         sn_isfpar_Leff = 'isfmlt_par',       0.       ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     237      ! 
     238      ! ---------------- ice sheet coupling ------------------------------- 
     239      ! 
     240      ln_isfcpl = .false. 
     241         nn_drown       = 10        ! number of iteration of the extrapolation loop (fill the new wet cells) 
     242         ln_isfcpl_cons = .false. 
    186243/ 
    187244!----------------------------------------------------------------------- 
     
    251308   !           !  file name         ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    252309   !           !                    !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    253    sn_qgh      ='Goutorbe_ghflux.nc',        -12.       , 'gh_flux' ,   .false.   , .true. , 'yearly'  , 'weights_Goutorbe1_2_eorca1_bilinear.nc'       , ''       , '' 
     310   sn_qgh      ='Lucazeau_ghflux.nc',        -12.       , 'gh_flux' ,   .false.   , .true. , 'yearly'  , 'weights_Lucazeau1_2_bilinear.nc'       , ''       , '' 
    254311/ 
    255312!----------------------------------------------------------------------- 
     
    343400!----------------------------------------------------------------------- 
    344401   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    345       nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
     402      nn_e3f_typ = 0          ! =0   e3f = mean masked e3t divided by 4 
    346403/ 
    347404!----------------------------------------------------------------------- 
     
    408465&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    409466!----------------------------------------------------------------------- 
    410    nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
    411    ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
    412    ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
     467   ln_mevar    = .false.    !  variable (T) or constant (F) mixing efficiency 
     468   ln_tsdiff   = .true.     !  account for differential T/S mixing (T) or not (F) 
     469 
     470   cn_dir      = './'      !  root directory for the iwm data location 
     471   !___________!____________________!___________________!_____________!_____________!________!___________!__________________!__________!_______________! 
     472   !           !  file name         ! frequency (hours) ! variable    ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     473   !           !                    !  (if <0  months)  !   name      !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     474   sn_mpb      = 'zdfiwm_forcing.nc',      -12.         , 'power_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     475   sn_mpc      = 'zdfiwm_forcing.nc',      -12.         , 'power_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     476   sn_mpn      = 'zdfiwm_forcing.nc',      -12.         , 'power_nsq' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     477   sn_mps      = 'zdfiwm_forcing.nc',      -12.         , 'power_sho' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     478   sn_dsb      = 'zdfiwm_forcing.nc',      -12.         , 'scale_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     479   sn_dsc      = 'zdfiwm_forcing.nc',      -12.         , 'scale_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
    413480/ 
    414481!!====================================================================== 
     
    451518&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    452519!----------------------------------------------------------------------- 
     520   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    453521/ 
    454522!----------------------------------------------------------------------- 
    455523&namctl        !   Control prints                                       (default: OFF) 
    456524!----------------------------------------------------------------------- 
     525   sn_cfctl%l_runstat = .true.    ! switches and which areas produce reports with the proc integer settings. 
     526   sn_cfctl%l_trcstat = .true.   ! The default settings for the proc integers should ensure 
    457527/ 
    458528!----------------------------------------------------------------------- 
     
    461531/ 
    462532!----------------------------------------------------------------------- 
    463 &namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    464 !----------------------------------------------------------------------- 
    465    ln_diaptr   = .true.   !  Poleward heat and salt transport (T) or not (F) 
    466    ln_subbas   = .true.   !  Atlantic/Pacific/Indian basins computation (T) or not 
    467 / 
     533&namhsb        !  Heat and salt budgets                                 (default: OFF) 
     534!----------------------------------------------------------------------- 
     535   ln_diahsb   = .true.   !  output the heat and salt budgets (T) or not (F) 
     536/ 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_core_clim_cfg

    r5953 r6601  
    3535&namdom        !   time and space domain 
    3636!----------------------------------------------------------------------- 
    37    rn_rdt      = 5400.     !  time step for the dynamics and tracer 
     37   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     38   rn_Dt       = 5400.     !  time step for the dynamics and tracer 
    3839   ln_meshmask =  _AUTO_ 
    3940/ 
     
    5859   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    5960   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    60    sn_tem = 'conservative_temperature_WOA13_decav_clim_ORCA2.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    61    sn_sal = 'absolute_salinity_WOA13_decav_clim_ORCA2.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     61   sn_tem = 'conservative_temperature_WOA13_decav_clim.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     62   sn_sal = 'absolute_salinity_WOA13_decav_clim.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    6263/ 
    6364!!====================================================================== 
     
    9293                     ! Misc. options of sbc :  
    9394   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     95   ln_dm2dc    = .false.  !  daily mean to diurnal cycle on short wave 
    9496   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    9597   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    9698   nn_fwb      = 2         !  FreshWater Budget:  
    9799   !                       !    =2 annual global mean of e-p-r set to zero 
    98    ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
    99    ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    100    ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
    101    nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
    102       !                    !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
    103       !                    !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
    104       !                    !   = 2 Phillips as (1) but using the wave frequency from a wave model 
    105    ln_tauwoc   = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
    106    ln_tauw     = .false.   !  Activate ocean stress components from wave model 
    107    ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    108100/ 
    109101!----------------------------------------------------------------------- 
    110102&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T) 
    111103!----------------------------------------------------------------------- 
     104   !                    !  bulk algorithm : 
    112105   !                    !  bulk algorithm : 
    113106   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
    114    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    115107 
    116108   cn_dir = './'  !  root directory for the bulk data location 
     
    158150   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    159151   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    160    sn_sss      = 'sss_absolute_salinity_WOA13_decav_clim_ORCA2.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
     152   sn_sss      = 'sss_absolute_salinity.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
    161153/ 
    162154!----------------------------------------------------------------------- 
     
    179171/ 
    180172!----------------------------------------------------------------------- 
     173&namisf       !  Top boundary layer (ISF)                               (default: OFF) 
     174!----------------------------------------------------------------------- 
     175/ 
     176 
     177!----------------------------------------------------------------------- 
    181178&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    182179!----------------------------------------------------------------------- 
     
    185182&namberg       !   iceberg parameters                                   (default: OFF) 
    186183!----------------------------------------------------------------------- 
    187    ln_icebergs = .false.    ! activate iceberg floats (force =F with "key_agrif") 
    188  
    189    cn_dir = './'  !  root directory for the location of drag coefficient files 
    190    !______!___________!___________________!______________!______________!_________!___________!__________!__________!_______________! 
    191    !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    192    !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    193    sn_icb =  'calving',       -1.         , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , '' 
    194184/ 
    195185!!====================================================================== 
     
    334324!----------------------------------------------------------------------- 
    335325   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    336       nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
    337326/ 
    338327!----------------------------------------------------------------------- 
     
    388377&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    389378!----------------------------------------------------------------------- 
    390    nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
    391    ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
    392    ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
     379   ln_mevar    = .false.    !  variable (T) or constant (F) mixing efficiency 
     380   ln_tsdiff   = .true.     !  account for differential T/S mixing (T) or not (F) 
     381 
     382   cn_dir      = './'      !  root directory for the iwm data location 
     383   !___________!____________________!___________________!_____________!_____________!________!___________!__________________!__________!_______________! 
     384   !           !  file name         ! frequency (hours) ! variable    ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     385   !           !                    !  (if <0  months)  !   name      !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     386   sn_mpb      = 'zdfiwm_forcing.nc',      -12.         , 'power_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     387   sn_mpc      = 'zdfiwm_forcing.nc',      -12.         , 'power_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     388   sn_mpn      = 'zdfiwm_forcing.nc',      -12.         , 'power_nsq' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     389   sn_mps      = 'zdfiwm_forcing.nc',      -12.         , 'power_sho' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     390   sn_dsb      = 'zdfiwm_forcing.nc',      -12.         , 'scale_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     391   sn_dsc      = 'zdfiwm_forcing.nc',      -12.         , 'scale_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
    393392/ 
    394393!!====================================================================== 
     
    407406!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    408407!!====================================================================== 
     408!----------------------------------------------------------------------- 
     409&namtrd        !   trend diagnostics                                    (default: OFF) 
     410!----------------------------------------------------------------------- 
     411   ln_tra_trd  = .true.   ! (T) 3D tracer trend output 
     412/ 
    409413! 
    410414!!====================================================================== 
     
    426430&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    427431!----------------------------------------------------------------------- 
     432   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    428433/ 
    429434!----------------------------------------------------------------------- 
    430435&namctl        !   Control prints                                       (default: OFF) 
    431436!----------------------------------------------------------------------- 
     437   sn_cfctl%l_runstat = .true.    ! switches and which areas produce reports with the proc integer settings. 
     438   sn_cfctl%l_trcstat = .true.   ! The default settings for the proc integers should ensure 
    432439/ 
    433440!----------------------------------------------------------------------- 
     
    436443/ 
    437444!----------------------------------------------------------------------- 
    438 &namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    439 !----------------------------------------------------------------------- 
    440    ln_diaptr   = .true.   !  Poleward heat and salt transport (T) or not (F) 
    441    ln_subbas   = .true.   !  Atlantic/Pacific/Indian basins computation (T) or not 
    442 / 
    443 !----------------------------------------------------------------------- 
    444445&namhsb        !  Heat and salt budgets                                 (default: OFF) 
    445446!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_core_ia_cfg

    r5953 r6601  
    3535&namdom        !   time and space domain 
    3636!----------------------------------------------------------------------- 
    37    rn_rdt      = 5400.     !  time step for the dynamics and tracer 
     37   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     38   rn_Dt       = 5400.     !  time step for the dynamics and tracer 
    3839   ln_meshmask =  _AUTO_ 
    3940/ 
     
    5859   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    5960   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    60    sn_tem = 'conservative_temperature_WOA13_decav_clim_ORCA2.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    61    sn_sal = 'absolute_salinity_WOA13_decav_clim_ORCA2.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     61   sn_tem = 'conservative_temperature_WOA13_decav_clim.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     62   sn_sal = 'absolute_salinity_WOA13_decav_clim.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    6263/ 
    6364!!====================================================================== 
     
    9293                     ! Misc. options of sbc :  
    9394   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     95   ln_dm2dc    = .false.  !  daily mean to diurnal cycle on short wave 
    9496   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    9597   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    9698   nn_fwb      = 2         !  FreshWater Budget:  
    9799   !                       !    =2 annual global mean of e-p-r set to zero 
    98    ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
    99    ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    100    ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
    101    nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
    102       !                    !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
    103       !                    !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
    104       !                    !   = 2 Phillips as (1) but using the wave frequency from a wave model 
    105    ln_tauwoc   = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
    106    ln_tauw     = .false.   !  Activate ocean stress components from wave model 
    107    ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    108100/ 
    109101!----------------------------------------------------------------------- 
    110102&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T) 
    111103!----------------------------------------------------------------------- 
     104   !                    !  bulk algorithm : 
    112105   !                    !  bulk algorithm : 
    113106   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
    114    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    115107 
    116108   cn_dir = './'  !  root directory for the bulk data location 
     
    158150   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    159151   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    160    sn_sss      = 'sss_absolute_salinity_WOA13_decav_clim_ORCA2.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
     152   sn_sss      = 'sss_absolute_salinity.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
    161153/ 
    162154!----------------------------------------------------------------------- 
     
    179171/ 
    180172!----------------------------------------------------------------------- 
     173&namisf       !  Top boundary layer (ISF)                               (default: OFF) 
     174!----------------------------------------------------------------------- 
     175/ 
     176 
     177!----------------------------------------------------------------------- 
    181178&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    182179!----------------------------------------------------------------------- 
     
    185182&namberg       !   iceberg parameters                                   (default: OFF) 
    186183!----------------------------------------------------------------------- 
    187    ln_icebergs = .false.    ! activate iceberg floats (force =F with "key_agrif") 
    188  
    189    cn_dir = './'  !  root directory for the location of drag coefficient files 
    190    !______!___________!___________________!______________!______________!_________!___________!__________!__________!_______________! 
    191    !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    192    !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    193    sn_icb =  'calving',       -1.         , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , '' 
    194184/ 
    195185!!====================================================================== 
     
    267257&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
    268258!----------------------------------------------------------------------- 
    269    ln_teos10    = .true.          !   = Use TEOS-10 
     259   ln_teos10    = .true.          !  = Use TEOS-10 
    270260/ 
    271261!----------------------------------------------------------------------- 
     
    334324!----------------------------------------------------------------------- 
    335325   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    336       nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
    337326/ 
    338327!----------------------------------------------------------------------- 
     
    388377&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    389378!----------------------------------------------------------------------- 
    390    nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
    391    ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
    392    ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
     379   ln_mevar    = .false.    !  variable (T) or constant (F) mixing efficiency 
     380   ln_tsdiff   = .true.     !  account for differential T/S mixing (T) or not (F) 
     381 
     382   cn_dir      = './'      !  root directory for the iwm data location 
     383   !___________!____________________!___________________!_____________!_____________!________!___________!__________________!__________!_______________! 
     384   !           !  file name         ! frequency (hours) ! variable    ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     385   !           !                    !  (if <0  months)  !   name      !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     386   sn_mpb      = 'zdfiwm_forcing.nc',      -12.         , 'power_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     387   sn_mpc      = 'zdfiwm_forcing.nc',      -12.         , 'power_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     388   sn_mpn      = 'zdfiwm_forcing.nc',      -12.         , 'power_nsq' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     389   sn_mps      = 'zdfiwm_forcing.nc',      -12.         , 'power_sho' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     390   sn_dsb      = 'zdfiwm_forcing.nc',      -12.         , 'scale_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     391   sn_dsc      = 'zdfiwm_forcing.nc',      -12.         , 'scale_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
    393392/ 
    394393!!====================================================================== 
     
    407406!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    408407!!====================================================================== 
     408!----------------------------------------------------------------------- 
     409&namtrd        !   trend diagnostics                                    (default: OFF) 
     410!----------------------------------------------------------------------- 
     411   ln_tra_trd  = .true.   ! (T) 3D tracer trend output 
     412/ 
    409413! 
    410414!!====================================================================== 
     
    426430&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    427431!----------------------------------------------------------------------- 
     432   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    428433/ 
    429434!----------------------------------------------------------------------- 
    430435&namctl        !   Control prints                                       (default: OFF) 
    431436!----------------------------------------------------------------------- 
     437   sn_cfctl%l_runstat = .true.    ! switches and which areas produce reports with the proc integer settings. 
     438   sn_cfctl%l_trcstat = .true.   ! The default settings for the proc integers should ensure 
    432439/ 
    433440!----------------------------------------------------------------------- 
     
    436443/ 
    437444!----------------------------------------------------------------------- 
    438 &namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    439 !----------------------------------------------------------------------- 
    440    ln_diaptr   = .true.   !  Poleward heat and salt transport (T) or not (F) 
    441    ln_subbas   = .true.   !  Atlantic/Pacific/Indian basins computation (T) or not 
    442 / 
    443 !----------------------------------------------------------------------- 
    444445&namhsb        !  Heat and salt budgets                                 (default: OFF) 
    445446!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_jra_ia_cfg

    r6073 r6601  
    3535&namdom        !   time and space domain 
    3636!----------------------------------------------------------------------- 
    37    rn_rdt      = 5400.     !  time step for the dynamics and tracer 
     37   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     38   rn_Dt       = 5400.     !  time step for the dynamics and tracer 
    3839   ln_meshmask =  _AUTO_ 
    3940/ 
     
    5859   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    5960   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    60    sn_tem = 'conservative_temperature_WOA13_decav_clim_ORCA2.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    61    sn_sal = 'absolute_salinity_WOA13_decav_clim_ORCA2.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     61   sn_tem = 'conservative_temperature_WOA13_decav_clim.nc',     -1.     ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     62   sn_sal = 'absolute_salinity_WOA13_decav_clim.nc'       ,     -1.     ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    6263/ 
    6364!!====================================================================== 
     
    9293                     ! Misc. options of sbc :  
    9394   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
     95   ln_dm2dc    = .false.  !  daily mean to diurnal cycle on short wave 
    9496   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    9597   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    9698   nn_fwb      = 2         !  FreshWater Budget:  
    9799   !                       !    =2 annual global mean of e-p-r set to zero 
    98    ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
    99    ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    100    ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
    101    nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
    102       !                    !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
    103       !                    !   = 1 Phillips:                      v_z=v_o*[exp(2*k*z)-beta*sqrt(-2*k*pi*z)*erfc(sqrt(-2*k*z))] 
    104       !                    !   = 2 Phillips as (1) but using the wave frequency from a wave model 
    105    ln_tauwoc   = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
    106    ln_tauw     = .false.   !  Activate ocean stress components from wave model 
    107    ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    108100/ 
    109101!----------------------------------------------------------------------- 
     
    112104   !                    !  bulk algorithm : 
    113105   ln_NCAR    = .true.     ! "NCAR"      algorithm   (Large and Yeager 2008) 
    114    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    115106 
    116107   cn_dir = './'  !  root directory for the bulk data location 
     
    158149   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    159150   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    160    sn_sss      = 'sss_absolute_salinity_WOA13_decav_clim_ORCA2.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
     151   sn_sss      = 'sss_absolute_salinity.nc',        -1.        ,  'sss'    ,    .true.   , .true. , 'yearly'  ,    ''            ,    ''    ,     '' 
    161152/ 
    162153!----------------------------------------------------------------------- 
     
    179170/ 
    180171!----------------------------------------------------------------------- 
     172&namisf       !  Top boundary layer (ISF)                               (default: OFF) 
     173!----------------------------------------------------------------------- 
     174/ 
     175 
     176!----------------------------------------------------------------------- 
    181177&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    182178!----------------------------------------------------------------------- 
     
    185181&namberg       !   iceberg parameters                                   (default: OFF) 
    186182!----------------------------------------------------------------------- 
    187    ln_icebergs = .false.    ! activate iceberg floats (force =F with "key_agrif") 
    188  
    189    cn_dir = './'  !  root directory for the location of drag coefficient files 
    190    !______!___________!___________________!______________!______________!_________!___________!__________!__________!_______________! 
    191    !      ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    192    !      !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    193    sn_icb =  'calving',       -1.         , 'calving'    ,   .true.     , .true.  , 'yearly'  , ''       , ''       , '' 
    194183/ 
    195184!!====================================================================== 
     
    334323!----------------------------------------------------------------------- 
    335324   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    336       nn_een_e3f = 0          ! =0   e3f = mean masked e3t divided by 4 
    337325/ 
    338326!----------------------------------------------------------------------- 
     
    388376&namzdf_iwm    !    internal wave-driven mixing parameterization        (ln_zdfiwm =T) 
    389377!----------------------------------------------------------------------- 
    390    nn_zpyc     = 2         !  pycnocline-intensified dissipation scales as N (=1) or N^2 (=2) 
    391    ln_mevar    = .true.    !  variable (T) or constant (F) mixing efficiency 
    392    ln_tsdiff   = .true.    !  account for differential T/S mixing (T) or not (F) 
     378   ln_mevar    = .false.    !  variable (T) or constant (F) mixing efficiency 
     379   ln_tsdiff   = .true.     !  account for differential T/S mixing (T) or not (F) 
     380 
     381   cn_dir      = './'      !  root directory for the iwm data location 
     382   !___________!____________________!___________________!_____________!_____________!________!___________!__________________!__________!_______________! 
     383   !           !  file name         ! frequency (hours) ! variable    ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     384   !           !                    !  (if <0  months)  !   name      !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     385   sn_mpb      = 'zdfiwm_forcing.nc',      -12.         , 'power_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     386   sn_mpc      = 'zdfiwm_forcing.nc',      -12.         , 'power_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     387   sn_mpn      = 'zdfiwm_forcing.nc',      -12.         , 'power_nsq' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     388   sn_mps      = 'zdfiwm_forcing.nc',      -12.         , 'power_sho' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     389   sn_dsb      = 'zdfiwm_forcing.nc',      -12.         , 'scale_bot' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
     390   sn_dsc      = 'zdfiwm_forcing.nc',      -12.         , 'scale_cri' ,    .false.  , .true. , 'yearly' , '' , ''  , '' 
    393391/ 
    394392!!====================================================================== 
     
    407405!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4") 
    408406!!====================================================================== 
     407!----------------------------------------------------------------------- 
     408&namtrd        !   trend diagnostics                                    (default: OFF) 
     409!----------------------------------------------------------------------- 
     410   ln_tra_trd  = .true.   ! (T) 3D tracer trend output 
     411/ 
    409412! 
    410413!!====================================================================== 
     
    426429&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    427430!----------------------------------------------------------------------- 
     431   nn_hls      =   1       !  halo width (applies to both rows and columns) 
    428432/ 
    429433!----------------------------------------------------------------------- 
    430434&namctl        !   Control prints                                       (default: OFF) 
    431435!----------------------------------------------------------------------- 
     436   sn_cfctl%l_runstat = .true.    ! switches and which areas produce reports with the proc integer settings. 
     437   sn_cfctl%l_trcstat = .true.   ! The default settings for the proc integers should ensure 
    432438/ 
    433439!----------------------------------------------------------------------- 
     
    436442/ 
    437443!----------------------------------------------------------------------- 
    438 &namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    439 !----------------------------------------------------------------------- 
    440    ln_diaptr   = .true.   !  Poleward heat and salt transport (T) or not (F) 
    441    ln_subbas   = .true.   !  Atlantic/Pacific/Indian basins computation (T) or not 
    442 / 
    443 !----------------------------------------------------------------------- 
    444444&namhsb        !  Heat and salt budgets                                 (default: OFF) 
    445445!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_offline_clim_cfg

    r6230 r6601  
    3535   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3636   ! 
    37    rn_rdt      = 21600.     !  time step for the dynamics and tracer 
     37   rn_Dt       = 21600.     !  time step for the dynamics and tracer 
    3838/ 
    3939!----------------------------------------------------------------------- 
     
    4747/ 
    4848!----------------------------------------------------------------------- 
     49&namtile        !   parameters of the tiling 
     50!----------------------------------------------------------------------- 
     51/ 
     52!----------------------------------------------------------------------- 
    4953&namtsd        !    Temperature & Salinity Data  (init/dmp)             (default: OFF) 
     54!----------------------------------------------------------------------- 
     55/ 
     56!----------------------------------------------------------------------- 
     57&namwad        !   Wetting and Drying (WaD)                             (default: OFF) 
     58!----------------------------------------------------------------------- 
     59/ 
     60!----------------------------------------------------------------------- 
     61&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
     62!----------------------------------------------------------------------- 
     63/ 
     64!----------------------------------------------------------------------- 
     65&namc1d        !   1D configuration options                             (ln_c1d =T default: PAPA station) 
     66!----------------------------------------------------------------------- 
     67/ 
     68!----------------------------------------------------------------------- 
     69&namc1d_dyndmp !   U & V newtonian damping                              (ln_c1d =T default: OFF) 
     70!----------------------------------------------------------------------- 
     71/ 
     72!----------------------------------------------------------------------- 
     73&namc1d_uvd    !   data: U & V currents                                 (ln_c1d =T default: OFF) 
    5074!----------------------------------------------------------------------- 
    5175/ 
     
    79103/ 
    80104!----------------------------------------------------------------------- 
     105&namsbc_flx    !   surface boundary condition : flux formulation        (ln_flx =T) 
     106!----------------------------------------------------------------------- 
     107/ 
     108!----------------------------------------------------------------------- 
    81109&namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T) 
    82110!----------------------------------------------------------------------- 
    83111/ 
    84112!----------------------------------------------------------------------- 
     113&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
     114!----------------------------------------------------------------------- 
     115/ 
     116!----------------------------------------------------------------------- 
     117&namsbc_sas    !   Stand-Alone Surface module: ocean data               (SAS_SRC  only) 
     118!----------------------------------------------------------------------- 
     119/ 
     120!----------------------------------------------------------------------- 
     121&namsbc_iif    !   Ice-IF : use observed ice cover                      (nn_ice = 1) 
     122!----------------------------------------------------------------------- 
     123/ 
     124!----------------------------------------------------------------------- 
    85125&namtra_qsr    !   penetrative solar radiation                          (ln_traqsr =T) 
    86126!----------------------------------------------------------------------- 
    87    !                       ! type of penetration                        (default: NO selection) 
    88    ln_qsr_rgb  = .true.       !  RGB light penetration (Red-Green-Blue) 
    89    ! 
     127   ln_qsr_rgb  = .true.      !  RGB light penetration (Red-Green-Blue) 
    90128/ 
    91129!----------------------------------------------------------------------- 
     
    96134&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
    97135!----------------------------------------------------------------------- 
     136/ 
     137!----------------------------------------------------------------------- 
     138&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
     139!----------------------------------------------------------------------- 
     140/ 
     141!----------------------------------------------------------------------- 
     142&namsbc_isf    !  Top boundary layer (ISF)                              (ln_isfcav =T : read (ln_read_cfg=T) 
     143!-----------------------------------------------------------------------             or set or usr_def_zgr ) 
     144/ 
     145!----------------------------------------------------------------------- 
     146&namsbc_iscpl  !   land ice / ocean coupling option                     (ln_isfcav =T : read (ln_read_cfg=T) 
     147!-----------------------------------------------------------------------             or set or usr_def_zgr ) 
    98148/ 
    99149!----------------------------------------------------------------------- 
     
    125175!----------------------------------------------------------------------- 
    126176/ 
     177!----------------------------------------------------------------------- 
     178&nam_tide      !   tide parameters                                      (default: OFF) 
     179!----------------------------------------------------------------------- 
     180/ 
     181!----------------------------------------------------------------------- 
     182&nambdy        !  unstructured open boundaries                          (default: OFF) 
     183!----------------------------------------------------------------------- 
     184/ 
     185!----------------------------------------------------------------------- 
     186&nambdy_dta    !  open boundaries - external data                       (see nam_bdy) 
     187!----------------------------------------------------------------------- 
     188/ 
     189!----------------------------------------------------------------------- 
     190&nambdy_tide   !  tidal forcing at open boundaries                      (default: OFF) 
     191!----------------------------------------------------------------------- 
     192/ 
    127193!!====================================================================== 
    128194!!                ***  Top/Bottom boundary condition  ***             !! 
     
    135201!!====================================================================== 
    136202! 
     203! 
    137204!----------------------------------------------------------------------- 
    138205&namdrg        !   top/bottom drag coefficient                          (default: NO selection) 
     206!----------------------------------------------------------------------- 
     207   ln_drg_OFF  = .true.   !  must select one drag coefficient to true even if we don't use it 
     208/ 
     209!----------------------------------------------------------------------- 
     210&namdrg_top    !   TOP friction                                         (ln_drg_OFF =F & ln_isfcav=T) 
     211!----------------------------------------------------------------------- 
     212/ 
     213!----------------------------------------------------------------------- 
     214&namdrg_bot    !   BOTTOM friction                                      (ln_drg_OFF =F) 
    139215!----------------------------------------------------------------------- 
    140216/ 
     
    161237&nameos        !   ocean Equation Of Seawater                           (default: NO selection) 
    162238!----------------------------------------------------------------------- 
    163    ln_eos80    = .true.          !  = Use EOS80 
     239   ln_eos80    = .true.         !  = Use EOS80 
    164240/ 
    165241!----------------------------------------------------------------------- 
     
    170246&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    171247!----------------------------------------------------------------------- 
    172    ln_traldf_lap   = .true.    !    laplacian operator 
    173    ln_traldf_iso   = .true.    !  iso-neutral (Standard operator) 
     248   !                       !  Operator type: 
     249   ln_traldf_lap   = .true.   !    laplacian operator 
     250   ! 
     251   !                       !  Direction of action: 
     252   ln_traldf_iso   = .true.   !  iso-neutral (standard operator) 
     253   ! 
    174254   !                       !  Coefficients: 
    175    nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
    176       !                             !   = 20     aht = 1/2  Ud. max(e1,e2) 
    177       rn_Ud        = 0.018          !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     255   nn_aht_ijk_t    = 20         !  space/time variation of eddy coefficient: 
     256      !                             !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     257      !                             !   =  0           constant 
     258      !                             !   = 10 F(k)      =ldf_c1d 
     259      !                             !   = 20 F(i,j)    =ldf_c2d 
     260      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     261      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     262      !                             !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
     263      !                        !  time invariant coefficients:  aht0 = 1/2  Ud*Ld   (lap case) 
     264      !                             !                           or   = 1/12 Ud*Ld^3 (blp case) 
     265      rn_Ud        = 0.018           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
    178266      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
    179267/ 
    180268!----------------------------------------------------------------------- 
     269&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF) 
     270!----------------------------------------------------------------------- 
     271/ 
     272!----------------------------------------------------------------------- 
     273&namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
     274!----------------------------------------------------------------------- 
     275/ 
     276!----------------------------------------------------------------------- 
     277&namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF) 
     278!----------------------------------------------------------------------- 
     279/ 
     280!----------------------------------------------------------------------- 
     281&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     282!----------------------------------------------------------------------- 
     283/ 
     284                                                                                                                                                                                                    232,1         59% 
     285!----------------------------------------------------------------------- 
     286/ 
     287!----------------------------------------------------------------------- 
     288&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     289!----------------------------------------------------------------------- 
     290/ 
     291!----------------------------------------------------------------------- 
     292&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
     293!----------------------------------------------------------------------- 
     294/ 
     295!----------------------------------------------------------------------- 
     296&namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
     297!----------------------------------------------------------------------- 
     298/ 
     299!----------------------------------------------------------------------- 
     300&namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
     301!----------------------------------------------------------------------- 
     302/ 
     303!----------------------------------------------------------------------- 
     304&namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
     305!----------------------------------------------------------------------- 
     306/ 
     307!----------------------------------------------------------------------- 
    181308&namdta_dyn    !   offline ocean input files                            (OFF_SRC only) 
    182309!----------------------------------------------------------------------- 
    183    ln_dyntrp       =  _AUTO_ 
    184310   ln_dynrnf       =  .false.    !  runoffs option enabled (T) or not (F) 
    185311   ln_dynrnf_depth =  .false.    !  runoffs is spread in vertical (T) or not (F) 
    186 !   fwbcorr        = 3.786e-06   !  annual global mean of empmr for ssh correction 
    187  
     312   ! 
    188313   cn_dir      = './'      !  root directory for the ocean data location 
    189314   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     
    193318   sn_sal      = 'dyna_grid_T'           ,       120.        , 'vosaline'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    194319   sn_mld      = 'dyna_grid_T'           ,       120.        , 'somixhgt'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    195    sn_emp      = 'dyna_grid_T'           ,       120.        , 'sowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     320   sn_emp      = 'dyna_grid_T'           ,       120.        , 'sowaflcd'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    196321   sn_fmf      = 'dyna_grid_T'           ,       120.        , 'iowaflup'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    197322   sn_ice      = 'dyna_grid_T'           ,       120.        , 'soicecov'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     
    202327   sn_wwd      = 'dyna_grid_W'           ,       120.        , 'wocetr_eff',  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    203328   sn_avt      = 'dyna_grid_W'           ,       120.        , 'voddmavs'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    204 / 
    205 !----------------------------------------------------------------------- 
    206 &namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF) 
    207 !----------------------------------------------------------------------- 
    208 / 
    209 !----------------------------------------------------------------------- 
    210 &namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
    211 !----------------------------------------------------------------------- 
    212 / 
    213 !----------------------------------------------------------------------- 
    214 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: OFF) 
    215 !----------------------------------------------------------------------- 
    216 / 
    217 !!====================================================================== 
    218 !!                      ***  Dynamics namelists  ***                  !! 
    219 !!                                                                    !! 
    220 !!   nam_vvl       vertical coordinate options                          (default: z-star) 
    221 !!   namdyn_adv    formulation of the momentum advection                (default: NO selection) 
    222 !!   namdyn_vor    advection scheme                                     (default: NO selection) 
    223 !!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection) 
    224 !!   namdyn_spg    surface pressure gradient                            (default: NO selection) 
    225 !!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection) 
    226 !!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only) 
    227 !!====================================================================== 
    228 ! 
    229 !----------------------------------------------------------------------- 
    230 &namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
    231 !----------------------------------------------------------------------- 
    232 / 
    233 !----------------------------------------------------------------------- 
    234 &namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO selection) 
    235 !----------------------------------------------------------------------- 
    236 / 
    237 !----------------------------------------------------------------------- 
    238 &namdyn_hpg    !   Hydrostatic pressure gradient option                 (default: NO selection) 
    239 !----------------------------------------------------------------------- 
    240 / 
    241 !----------------------------------------------------------------------- 
    242 &namdyn_spg    !   surface pressure gradient                            (default: NO selection) 
    243 !----------------------------------------------------------------------- 
    244 / 
    245 !----------------------------------------------------------------------- 
    246 &namdyn_ldf    !   lateral diffusion on momentum                        (default: NO selection) 
    247 !----------------------------------------------------------------------- 
     329   sn_ubl      = 'dyna_grid_U'           ,       120.        , 'sobblcox'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
     330   sn_vbl      = 'dyna_grid_V'           ,       120.        , 'sobblcoy'  ,  .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    248331/ 
    249332!!====================================================================== 
     
    258341!!====================================================================== 
    259342! 
     343! 
    260344!----------------------------------------------------------------------- 
    261345&namzdf        !   vertical physics manager                             (default: NO selection) 
    262346!----------------------------------------------------------------------- 
     347   ln_zdfcst   = .true.      !  must select one vertical physics to true even if we don't use it 
     348/ 
     349!----------------------------------------------------------------------- 
     350&namzdf_ric    !   richardson number dependent vertical diffusion       (ln_zdfric =T) 
     351!----------------------------------------------------------------------- 
     352/ 
     353                                                                                                                                                                                                    297,1         75% 
     354!----------------------------------------------------------------------- 
    263355/ 
    264356!----------------------------------------------------------------------- 
    265357&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  (ln_zdftke =T) 
     358!----------------------------------------------------------------------- 
     359/ 
     360!----------------------------------------------------------------------- 
     361&namzdf_gls    !   GLS vertical diffusion                               (ln_zdfgls =T) 
     362!----------------------------------------------------------------------- 
     363/ 
     364!----------------------------------------------------------------------- 
     365&namzdf_osm    !   OSM vertical diffusion                               (ln_zdfosm =T) 
    266366!----------------------------------------------------------------------- 
    267367/ 
     
    286386!!====================================================================== 
    287387! 
     388!----------------------------------------------------------------------- 
     389&namtrd        !   trend diagnostics                                    (default: OFF) 
     390!----------------------------------------------------------------------- 
     391/ 
     392!----------------------------------------------------------------------- 
     393&namhsb        !  Heat and salt budgets                                 (default: OFF) 
     394!----------------------------------------------------------------------- 
     395/ 
     396!----------------------------------------------------------------------- 
     397&namdiu        !   Cool skin and warm layer models                      (default: OFF) 
     398!----------------------------------------------------------------------- 
     399/ 
     400!----------------------------------------------------------------------- 
     401&namflo        !   float parameters                                     (default: OFF) 
     402!----------------------------------------------------------------------- 
     403/ 
     404!----------------------------------------------------------------------- 
     405&nam_diadct    !   transports through some sections                     (default: OFF) 
     406!----------------------------------------------------------------------- 
     407/ 
     408!----------------------------------------------------------------------- 
     409&nam_dia25h    !  25h Mean Output                                       (default: OFF) 
     410!----------------------------------------------------------------------- 
     411/ 
     412!----------------------------------------------------------------------- 
     413&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     414!----------------------------------------------------------------------- 
     415/ 
    288416!!====================================================================== 
    289417!!               ***  Observation & Assimilation  ***                 !! 
     
    292420!!   nam_asminc   assimilation increments                               ('key_asminc') 
    293421!!====================================================================== 
     422! 
     423!----------------------------------------------------------------------- 
    294424&namobs        !  observation usage switch                              (default: OFF) 
    295425!----------------------------------------------------------------------- 
     
    297427!----------------------------------------------------------------------- 
    298428&nam_asminc    !   assimilation increments                              ('key_asminc') 
    299 / 
    300 ! 
     429!----------------------------------------------------------------------- 
     430/ 
    301431!!====================================================================== 
    302432!!                  ***  Miscellaneous namelists  ***                 !! 
    303433!!                                                                    !! 
    304 !!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
     434!!   nammpp            Massively Parallel Processing 
    305435!!   namctl            Control prints                                   (default: OFF) 
    306436!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
     
    308438! 
    309439!----------------------------------------------------------------------- 
    310 &nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     440&nammpp        !   Massively Parallel Processing 
    311441!----------------------------------------------------------------------- 
    312442/ 
     
    319449!----------------------------------------------------------------------- 
    320450/ 
    321 !----------------------------------------------------------------------- 
    322 &namptr        !   Poleward Transport Diagnostic                        (default: OFF) 
    323 !----------------------------------------------------------------------- 
    324 / 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/ORCA2/namelist_offline_ia_cfg

    r6230 r6601  
    3535   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time 
    3636   ! 
    37    rn_rdt      = 21600.     !  time step for the dynamics and tracer 
     37   rn_Dt      = 21600.     !  time step for the dynamics and tracer 
    3838/ 
    3939!----------------------------------------------------------------------- 
     
    181181&namdta_dyn    !   offline ocean input files                            (OFF_SRC only) 
    182182!----------------------------------------------------------------------- 
    183    ln_dyntrp       =  _AUTO_ 
    184183   ln_dynrnf       =  .false.    !  runoffs option enabled (T) or not (F) 
    185184   ln_dynrnf_depth =  .false.    !  runoffs is spread in vertical (T) or not (F) 
     
    202201   sn_wwd  = 'dyna_grid_W' ,    -1            , 'vovecrtz' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , '' 
    203202   sn_avt  = 'dyna_grid_W' ,    -1            , 'voddmavs' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , '' 
    204 / 
    205 !----------------------------------------------------------------------- 
    206 &namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)       (default: OFF) 
     203   sn_eiu  = 'dyna_grid_U' ,    -1            , 'vozoeivu' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , '' 
     204   sn_eiv  = 'dyna_grid_V' ,    -1            , 'vomeeivv' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , '' 
     205   sn_eiw  = 'dyna_grid_W' ,    -1            , 'voveeivw' ,  .true.    , .false. ,   'yearly'  , ''       , ''    , '' 
     206/ 
     207!----------------------------------------------------------------------- 
     208&namtra_mle    !   mixed layer eddy parametrisation (Fox-Kemper)        (default: OFF) 
    207209!----------------------------------------------------------------------- 
    208210/ 
     
    210212&namtra_eiv    !   eddy induced velocity param.                         (default: OFF) 
    211213!----------------------------------------------------------------------- 
    212    ln_ldfeiv   = .true.    ! use eddy induced velocity parameterization 
    213       !                        !  Coefficients: 
    214       nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient 
    215       !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    216       !                           !  time invariant coefficients:  aei0 = 1/2  Ue*Le 
    217       rn_Ue        = 0.03              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
    218       rn_Le        = 200.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
    219214/ 
    220215!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/NAMELIST/namelist_pisces_cfg

    r4912 r6601  
    11!----------------------------------------------------------------------- 
    22&nampismod     !  Model used  
     3!----------------------------------------------------------------------- 
    34  ln_p4z    = .true.         !  PISCES model used 
     5  ln_dms    = _AUTO_: DEFAULT=.FALSE.   !  DMS emission module 
     6  ln_n2o    = _AUTO_: DEFAULT=.FALSE.   !  N2O cycling module 
     7  ln_bvocs  = _AUTO_: DEFAULT=.FALSE.   !  biogenic emission module (CO, COS, Isoprene) 
    48/ 
    59!----------------------------------------------------------------------- 
    610&nampisext     !   air-sea exchange 
    711!----------------------------------------------------------------------- 
    8    ln_co2int  = _AUTO_: DEFAULT=.false. ! read atm pco2 from a file (T) or constant (F) 
    912   atcco2     = _AUTO_: DEFAULT=278.    ! Constant value atmospheric pCO2 - ln_co2int = F 
    10    clname     =  'atcco2.txt'  ! Name of atm pCO2 file - ln_co2int = T 
     13   clname     =  'atmco2.txt'  ! Name of atm pCO2 file - ln_co2int = T 
    1114   nn_offset  =  0       ! Offset model-data start year - ln_co2int = T 
    1215!                        ! If your model year is iyy, nn_offset=(years(1)-iyy) 
     
    2023&nampisbio     !   biological parameters 
    2124!----------------------------------------------------------------------- 
    22    nrdttrc    =  _AUTO_ 
     25   nrdttrc    =  _AUTO_: DEFAULT=1 
     26/ 
     27!----------------------------------------------------------------------- 
     28&namgasdms     !   DMS 
     29!----------------------------------------------------------------------- 
     30   xkdms      = 1.25E-9   !  DMS half saturation for bacterial loss = 1.25E-9 
     31   xscdiat    = 0.0018    ! S/C ratio for diatoms = 0.0018 
     32   xscnanom   = 0.015     ! min S/C ratio for nano = 0.015 
     33   xscnanov   = 0.015     ! var S/C ratio for nano = 0.015 
     34   xysvar     = 0.5       ! DMSP-to-DMS yield var = 0.2 
     35   xysmin     = 0.1       ! DMSP-to-DMS yield min = 0.4 
     36   xknfer     = 1.e-11    ! DMS FER  half saturation for nano = 2.e-11 
     37   xkdfer     =  0.5e-10  ! DMS FER  half saturation for diatoms = 1.e-10 
     38   xkdocdms   = 5.e-6     ! DMS DOC  half saturation = 5.e-6 
     39   xknpo4     = 2.e-7     ! DMS PO4  half saturation for nano = 1.e-7 
     40   xkdpo4     = 10.e-7    ! DMS PO4  half saturation for diatoms = 5.e-7 
     41   xlightdms  = 0.05      ! photodegradation rate constant of DMS 
     42   xsinkdms   = 0.4       ! microbial degradation rate of DMS 
     43   xvsinkdms  = 1.        ! microbial degradation rate of DMS VOGT 
     44   ln_phdms = .true.      ! pH dependancy to DMS production (Six et al. 2013) 
     45/ 
     46!----------------------------------------------------------------------- 
     47&namgasn2o     !   N2O 
     48!----------------------------------------------------------------------- 
     49   atcn2o     = _AUTO_: DEFAULT=280.      ! Constant value atmospheric pN2O (ppb) 
     50   alphan2o   = 1.5e-4    ! Nitrification coefficient for n2o 
     51   betan2o    = 120.e-4   ! Denitrification coefficient for n2o 
     52   xlow       =  1.0      ! Lower boundary of suboxia for N2O production 
     53   xhigh      = 5.0       ! Upper boundary of suboxia for N2O production 
     54   sinkn2o    = 4.1e-4    ! N2O sink term coefficient (d-1) 
     55                          ! Martinez-Rey 2015 : 0.138 yr-1 ===> 3.7e-4 d-1 
     56                          ! Berthet 2022      : 7.12e-4 d-1 
     57/ 
     58!----------------------------------------------------------------------- 
     59&namgasbvocs     !   BVOCs 
     60!----------------------------------------------------------------------- 
     61   atccos      = _AUTO_: DEFAULT=450.  ! Constant value atmospheric pCOS (ppt) 
     62   atcco       = 90.e-12    ! units atm (90 ppbv) Fraction molaire du pCO 
     63   atcisp      = 0.        ! units atm (0 ppt/ 0.4 ppt ) Fraction molaire pIsoprene 
     64   uvlux       = 0.044     ! proportion of UV radiant flux to global solar radiation 
     65   xnanoco    =  85.5       ! Production of CO via nanophyto (µmol.gChla-1.d-1) 
     66   xdiaco     =  33.0       ! Production of CO via diatoms   (µmol.gChla-1.d-1) - From Gros et al. 2009 
     67   Isp_flum   =  0.0        ! 0 if isoprene production NOT depend on light / 1 if depend on light 
     68   ImIsp      =  30.0        ! W.m-2 / in case of Isp_flum = 1 - mean light (etot_ndcy) 
     69   atempIsp   =  0.05       ! Temperature dependance for Isp production 
     70   temoyIsp   =  16.5       ! Mean Temperature for Isoprene production with temperature dependance 
     71   muIsp_n    =  0.45       ! mu rate for Nano (µmol.gChla.h-1) - Ludivine C. version 
     72   muIsp_d    =  0.25       ! mu rate for Diat (µmol.gChla.h-1) - Ludivine C. version 
     73   xprodco    =  9.577e-11  ! Rate constant of CO photoproduction (mol.W-1.s-1) 
     74   xsinkco    =  0.2        ! Rate constant for CO microbial sink (d-1) 
     75   ln_bactconsco = .false.   ! Bacterial Conso. of CO not depend (0-use xsinkco) or depend on Temperature and Chla (1) 
     76   ln_darkprodco = .true.   ! Representation of the Dark production of CO :  Yes=1 or No=0 
     77   xsinkisp   =  0.01       ! Rate constant for isoprene sink (d-1) 
    2378/ 
    2479!----------------------------------------------------------------------- 
     
    3792&nampisopt     !   parameters for optics 
    3893!----------------------------------------------------------------------- 
    39 /  
     94!              !  file name     ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     95!              !                !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     96   sn_par      = 'par_fraction.orca' ,     24            , 'fr_par'  ,  .true.      , .true. , 'yearly'  , ''       , ''       , '' 
     97   cn_dir      = './'      !  root directory for the location of the dynamical files 
     98   ln_varpar   =  .true.   ! boolean for PAR variable 
     99   parlux      =  0.43      ! Fraction of shortwave as PAR 
     100/ 
    40101!----------------------------------------------------------------------- 
    41102&namp4zprod    !   parameters for phytoplankton growth for PISCES std  - ln_p4z 
     
    85146&nampiscal     !   parameters for Calcite chemistry 
    86147!----------------------------------------------------------------------- 
    87 / 
    88 !----------------------------------------------------------------------- 
    89 &nampissbc     !   parameters for inputs deposition 
    90 !----------------------------------------------------------------------- 
    91    ln_dust     =  .true.   ! boolean for dust input from the atmosphere 
    92    ln_solub    =  .true.   ! boolean for variable solubility of atm. Iron 
    93    ln_river    =  .true.   ! boolean for river input of nutrients 
    94    ln_ndepo    =  .true.   ! boolean for atmospheric deposition of N 
     148   kdca       =  20.     ! calcite dissolution rate constant (1/time) 
     149   nca        =  4.7      ! order of dissolution reaction (dimensionless) 
     150/ 
     151!----------------------------------------------------------------------- 
     152&nampisbc     !   parameters for inputs deposition 
     153!----------------------------------------------------------------------- 
     154!              !  file name        ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     155!              !                   !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     156!----------------------------------------------------------------------- 
     157   sn_dust     = 'dustdep'         ,       -1          , 'dust'        ,  .true.      , .true. , 'yearly'  , 'weights_2D_r360x180_bilin.nc'       , ''    , '' 
     158   sn_ironsed  = 'pmarge.orca'     ,    -12            , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
     159   sn_hydrofe  = 'hydrofe.orca'    ,    -12            , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
     160! 
     161   cn_dir      = './'      !  root directory for the location of the dynamical files 
    95162   ln_ironsed  =  .true.   ! boolean for Fe input from sediments 
    96163   ln_ironice  =  .true.   ! boolean for Fe input from sea ice 
    97    ln_hydrofe  =  .false.  ! boolean for from hydrothermal vents 
    98    ! 
    99    sn_dust     = 'dust.orca.nc'    ,    -1             , 'dust'        ,  .true.      , .true. , 'yearly'  , 'weights_lmd144142_bilin.nc', ''    , '' 
    100    sn_solub    = 'solubility.orca' ,    -12            , 'solubility1' ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
    101    sn_riverdic = 'river.orca'      ,    -1             , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    102    sn_riverdoc = 'river.orca'      ,    -1             , 'riverdoc'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    103    sn_riverdin = 'river.orca'      ,    -1             , 'riverdin'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    104    sn_riverdon = 'river.orca'      ,    -1             , 'riverdon'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    105    sn_riverdip = 'river.orca'      ,    -1             , 'riverdip'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    106    sn_riverdop = 'river.orca'      ,    -1             , 'riverdop'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    107    sn_riverdsi = 'river.orca'      ,    -1             , 'riverdsi'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , '' 
    108    sn_ndepo    = 'ndeposition.orca',    -1             , 'ndep'        ,  .true.      , .true. , 'yearly'  , 'weights_2d_bilin.nc', ''    , '' 
    109    sn_ironsed  = 'bathy.orca'      ,    -12            , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , '' 
     164   ln_hydrofe  =  .false.   ! boolean for from hydrothermal vents 
     165   sedfeinput  =  2.e-9    ! Coastal release of Iron 
     166   distcoast   =  5.e3     ! Distance off the coast for Iron from sediments 
     167   mfrac       =  0.035    ! Fe mineral fraction of dust 
     168   wdust       =  2.0      ! Dust sinking speed 
     169   icefeinput  =  15.e-9   ! Iron concentration in sea ice 
     170   hratio      =  1.e+7    ! Fe to 3He ratio assumed for vent iron supply 
    110171/ 
    111172!----------------------------------------------------------------------- 
     
    118179/ 
    119180!----------------------------------------------------------------------- 
    120 &nampisdmp     !   Damping  
     181&nampisdmp     !   Damping 
    121182!----------------------------------------------------------------------- 
    122183  nn_pisdmp   =  _AUTO_ 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/XML/context_nemo.xml

    r5535 r6601  
    1111       <variable id="ref_month" type="int"> 01 </variable> 
    1212       <variable id="ref_day"   type="int"> 01 </variable> 
    13        <variable id="rau0"      type="float" > 1026.0 </variable> 
     13       <variable id="rho0"      type="float" > 1026.0 </variable> 
    1414       <variable id="cpocean"   type="float" > 3991.86795711963 </variable> 
    1515       <variable id="convSpsu"  type="float" > 0.99530670233846  </variable> 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/XML/context_nemo_offline.xml

    r5535 r6601  
    88    <variable_definition> 
    99       <!-- Year/Month/Day of time origin for NetCDF files; defaults to 1800-01-01 --> 
    10        <variable id="ref_year"  type="int">1958</variable> 
     10       <variable id="ref_year"  type="int"> 1900 </variable> 
    1111       <variable id="ref_month" type="int"> 01 </variable> 
    1212       <variable id="ref_day"   type="int"> 01 </variable> 
    13        <variable id="rau0"      type="float" > 1026.0 </variable> 
     13       <variable id="rho0"      type="float" > 1026.0 </variable> 
    1414       <variable id="cpocean"   type="float" > 3991.86795711963 </variable> 
    1515       <variable id="convSpsu"  type="float" > 0.99530670233846  </variable> 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/XML/file_def_nemo-ice_ORCA1.xml

    r5025 r6601  
    5353 
    5454 
    55      <!-- momentum --> 
     55        <!-- momentum --> 
    5656         <field field_ref="uice"          name="sivelu"  level="1" /> 
    5757         <field field_ref="vice"          name="sivelv"  level="1" /> 
     
    6262         <hield field_ref="vtau_oi"       name="vtau_oi" level="2" /> 
    6363 
    64       <!-- rheology --> 
     64        <!-- rheology --> 
    6565         <field field_ref="icediv"            name="sidive"  level="2" /> 
    6666         <field field_ref="iceshe"           name="sishea"  level="1" /> 
     
    6868         <field field_ref="normstr"          name="normstr" level="2"/> 
    6969         <field field_ref="sheastr"          name="sheastr" level="2" /> 
    70          <field field_ref="isig1"            name="isig1"   level="2" /> 
    71          <field field_ref="isig2"            name="isig2"   level="2" /> 
    72          <field field_ref="isig3"            name="isig3"   level="2" /> 
    73        <!-- heat fluxes --> 
     70         <field field_ref="sig1_pnorm"       name="sig1_pnorm"  level="2" /> 
     71         <field field_ref="sig2_pnorm"       name="sig2_pnorm" level="2"/> 
     72 
     73         <!-- heat fluxes --> 
    7474         <field field_ref="qt_oce_ai"        name="qt_oce_ai"   level="2" /> 
    7575         <field field_ref="qt_atm_oi"        name="qt_atm_oi"   level="2"  /> 
     
    9090         <field field_ref="sfxsni"           name="sfxsni" level="1" /> 
    9191 
    92       <!-- mass fluxes --> 
     92        <!-- mass fluxes --> 
    9393         <field field_ref="vfxice"           name="vfxice" level="2" /> 
    9494         <field field_ref="vfxsnw"           name="vfxsnw" level="2" /> 
    9595         <field field_ref="vfxsub"           name="vfxsub" level="2" /> 
    9696         <field field_ref="vfxsub_err"       name="vfxsub_err" level="2" /> 
     97         <field field_ref="vfxsnw_pre"       name="vfxsnw_pre" level="2" /> 
     98         <field field_ref="vfxsnw_sub"       name="vfxsnw_sub" level="2" /> 
     99         <field field_ref="vfxpnd"           name="vfxpnd" level="2" />           
     100 
    97101 
    98102     <!-- outputs by category --> 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/XML/file_def_nemo-ice_ORCA2.xml

    r5025 r6601  
    6868         <field field_ref="normstr"          name="normstr" level="2"/> 
    6969         <field field_ref="sheastr"          name="sheastr" level="2" /> 
    70          <field field_ref="isig1"            name="isig1"   level="2" /> 
    71          <field field_ref="isig2"            name="isig2"   level="2" /> 
    72          <field field_ref="isig3"            name="isig3"   level="2" /> 
    7370       <!-- heat fluxes --> 
    7471         <field field_ref="qt_oce_ai"        name="qt_oce_ai"   level="2" /> 
     
    9087         <field field_ref="sfxsni"           name="sfxsni" level="1" /> 
    9188 
    92       <!-- mass fluxes --> 
     89                <!-- mass fluxes --> 
    9390         <field field_ref="vfxice"           name="vfxice" level="2" /> 
    9491         <field field_ref="vfxsnw"           name="vfxsnw" level="2" /> 
    9592         <field field_ref="vfxsub"           name="vfxsub" level="2" /> 
    9693         <field field_ref="vfxsub_err"       name="vfxsub_err" level="2" /> 
     94         <field field_ref="vfxsnw_pre"       name="vfxsnw_pre" level="2" /> 
     95         <field field_ref="vfxsnw_sub"       name="vfxsnw_sub" level="2" /> 
     96         <field field_ref="vfxpnd"           name="vfxpnd" level="2" />           
    9797 
    9898     <!-- outputs by category --> 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/XML/file_def_nemo-oce.xml

    r4912 r6601  
    3434          <field field_ref="mldr10_1"     /> 
    3535          <field field_ref="mldr10_1"     name="mldr10_1dcy"  long_name="amplitude of mldr10_1 diurnal cycle" operation="average" freq_op="1d" level="1" > @mldr10_1max - @mldr10_1min </field> 
    36           <field field_ref="mixlength"    name="mixlengthstd"   long_name="mixing_length_daily_standard_deviation"         operation="average" freq_op="1d" level="1"  > sqrt( @mixlength2 - @mixlength * @mixlength ) </field> 
    3736        </file> 
    3837        
     
    116115          <field field_ref="calving_cea"   name="calving" level="1"  /> 
    117116          <field field_ref="iceberg_cea"   name="iceberg" level="1" /> 
    118           <field field_ref="iceshelf_cea"  name="iceshelf" level="1" /> 
     117          <field field_ref="fwfisf_par"  name="iceshelf" level="1" /> 
    119118          <field field_ref="vfxice"        name="vfxice" level="1"  /> 
    120119          <field field_ref="vfxsnw"        name="vfxsnw" level="1" /> 
     
    126125          <field field_ref="subl_ai_cea"   name="subl_ai_cea"   level="1"    /> 
    127126          <field field_ref="fmmflx"        name="fmmflx"  level="1" /> 
    128           <field field_ref="fwfisf"        name="fwfisf"  level="1" /> 
    129127          <field field_ref="hflx_snow_ai_cea" name="hflx_snow_ai"  level="1"  /> 
    130128          <field field_ref="hflx_snow_ao_cea" name="hflx_snow_ao" level="1"  /> 
     
    178176 
    179177        <file id="file8" name_suffix="_trdtra" description="ocean trends variables" > 
    180           <field field_ref="ttrd_zdfp_e3t"   name="ttrdtr_zdfp"  long_name="Tendency_of_heat_content_from_parameterized_dianeutral_mixing"  unit="W m-2"     level="2"  > this * $cpocean * $rau0  </field> 
    181           <field field_ref="ttrd_iso_e3t"    name="ttrdtr_iso"   long_name="Tendency_of_heat_content_from_parameterized_eddy_diffusion"     unit="W m-2"     level="2"   > this * $cpocean * $rau0  </field> 
    182           <field field_ref="ttrd_totad_e3t"  name="ttrdtr_totad" long_name="Tendency_of_heat_content_from_residual_mean_advection"          unit="W m-2"     level="2"   > this * $cpocean * $rau0  </field> 
    183           <field field_ref="ttrd_tot_e3t"    name="ttrdtr_tot"   long_name="Tendency_of_heat_content_from_all_processes"                    unit="W m-2"     level="2"   > this * $cpocean * $rau0  </field> 
    184           <field field_ref="strd_zdfp_e3t"   name="strdtr_zdfp"  long_name="Tendency_of_salt_content_from_parameterized_dianeutral_mixing"  unit="kg m-2 s-1" level="2"  > this * $rau0 </field> 
    185           <field field_ref="strd_iso_e3t"    name="strdtr_iso"   long_name="Tendency_of_salt_content_from_parameterized_eddy_diffusion"     unit="kg m-2 s-1" level="2"  > this * $rau0 </field> 
    186           <field field_ref="strd_totad_e3t"  name="strdtr_totad" long_name="Tendency_of_salt_content_from_residual_mean_advection"          unit="kg m-2 s-1" level="2"  > this * $rau0  </field> 
    187           <field field_ref="strd_tot_e3t"    name="strdtr_tot"   long_name="Tendency_of_salt_content_from_all_processes"                    unit="kg m-2 s-1" level="2"  > this * $rau0  </field> 
     178          <field field_ref="ttrd_zdfp_e3t"   name="ttrdtr_zdfp"  long_name="Tendency_of_heat_content_from_parameterized_dianeutral_mixing"  unit="W m-2"     level="2"  > this * $cpocean * $rho0  </field> 
     179          <field field_ref="ttrd_iso_e3t"    name="ttrdtr_iso"   long_name="Tendency_of_heat_content_from_parameterized_eddy_diffusion"     unit="W m-2"     level="2"   > this * $cpocean * $rho0  </field> 
     180          <field field_ref="ttrd_totad_e3t"  name="ttrdtr_totad" long_name="Tendency_of_heat_content_from_residual_mean_advection"          unit="W m-2"     level="2"   > this * $cpocean * $rho0  </field> 
     181          <field field_ref="ttrd_tot_e3t"    name="ttrdtr_tot"   long_name="Tendency_of_heat_content_from_all_processes"                    unit="W m-2"     level="2"   > this * $cpocean * $rho0  </field> 
     182          <field field_ref="strd_zdfp_e3t"   name="strdtr_zdfp"  long_name="Tendency_of_salt_content_from_parameterized_dianeutral_mixing"  unit="kg m-2 s-1" level="2"  > this * $rho0 </field> 
     183          <field field_ref="strd_iso_e3t"    name="strdtr_iso"   long_name="Tendency_of_salt_content_from_parameterized_eddy_diffusion"     unit="kg m-2 s-1" level="2"  > this * $rho0 </field> 
     184          <field field_ref="strd_totad_e3t"  name="strdtr_totad" long_name="Tendency_of_salt_content_from_residual_mean_advection"          unit="kg m-2 s-1" level="2"  > this * $rho0  </field> 
     185          <field field_ref="strd_tot_e3t"    name="strdtr_tot"   long_name="Tendency_of_salt_content_from_all_processes"                    unit="kg m-2 s-1" level="2"  > this * $rho0  </field> 
    188186        </file> 
    189187 
     
    249247      <!-- <field field_ref="28d"           level="1" /> --> 
    250248      <field field_ref="hc300"         level="1" /> 
    251       <field field_ref="heatc"         level="1" /> 
     249      <!-- <field field_ref="heatc"           level="1" /> --> 
    252250      <!-- next variables are additional for PISCES offline--> 
    253251          <field field_ref="hdiv"         name="hdivtr"   long_name="horizontal divergence transport"      operation="average" freq_op="1mo" level="2" > @hdiv * @e3t </field> 
     
    265263          <field field_ref="hflx_snow_cea" name="hflx_snow_cea"    level="2"   /> 
    266264          <field field_ref="hflx_cal_cea"  name="hflx_cal_cea"    level="2"   /> 
     265          <field field_ref="wspd"         name="sowindsp"  level="2" /> 
     266          <field field_ref="precip"       name="soprecip" level="2" /> 
     267          <field field_ref="snowpre"      name="isnowpre" level="2"  /> 
     268          <field field_ref="rain"          name="rain"   level="2"    /> 
    267269          <!-- For freshwater conservation checking --> 
    268270          <field field_ref="empmr"         name="wfo"      long_name="water_flux_into_sea_water"        level="1"              /> 
     
    270272          <field field_ref="emp_ice"       name="emp_ice"       level="2"                /> 
    271273          <field field_ref="runoffs"       name="runoffs"        level="2"               /> 
    272       <field field_ref="runoffs"       name="friver"   long_name="water_flux_into_sea_water_from_rivers"     level="1" > runoffs - iceberg_cea </field> 
     274          <field field_ref="runoffs"       name="friver"   long_name="water_flux_into_sea_water_from_rivers"     level="1" > runoffs - iceberg_cea </field> 
    273275          <field field_ref="calving_cea"   name="calving" level="2" /> 
    274276          <field field_ref="iceberg_cea"   name="iceberg" level="2" /> 
    275           <field field_ref="iceshelf_cea"  name="iceshelf" level="2" /> 
    276           <field field_ref="vfxice"        name="vfxice" level="2" /> 
    277           <field field_ref="vfxsnw"        name="vfxsnw" level="2" /> 
    278           <field field_ref="vfxsub"        name="vfxsub" level="2" /> 
    279           <field field_ref="rain"          name="rain"   level="2"    /> 
     277          <field field_ref="fwfisf_par"     name="iceshelf" level="2" /> 
     278         <field field_ref="vfxice"           name="vfxice" level="2" /> 
     279         <field field_ref="vfxsnw"           name="vfxsnw" level="2" /> 
     280         <field field_ref="vfxsub"           name="vfxsub" level="2" /> 
     281         <field field_ref="vfxsub_err"       name="vfxsub_err" level="2" /> 
     282         <field field_ref="vfxsnw_pre"       name="vfxsnw_pre" level="2" /> 
     283         <field field_ref="vfxsnw_sub"       name="vfxsnw_sub" level="2" /> 
     284         <field field_ref="vfxpnd"           name="vfxpnd" level="2" />           
    280285          <field field_ref="snow_ao_cea"   name="snow_ao_cea"    level="2"   /> 
    281286          <field field_ref="snow_ai_cea"   name="snow_ai_cea"    level="2"   /> 
     
    294299          <field field_ref="ahu_bbl"       /> 
    295300      <!-- available with key_diaar5 --> 
    296       <field field_ref="u_masstr"     name="vozomatr"  level="2" /> 
    297       <field field_ref="u_heattr"     name="sozohetr"  level="2" /> 
    298       <field field_ref="u_salttr"     name="sozosatr"  level="2" /> 
     301      <field field_ref="u_masstr"     name="vozomatr"  level="5" /> 
     302      <field field_ref="u_heattr"     name="sozohetr"  level="5" /> 
     303      <field field_ref="u_salttr"     name="sozosatr"  level="5" /> 
    299304        </file> 
    300305         
     
    307312          <field field_ref="ahv_bbl"       /> 
    308313      <!-- available with key_diaar5 --> 
    309       <field field_ref="v_masstr"     name="vomematr" level="2"  /> 
    310       <field field_ref="v_heattr"     name="somehetr" level="2"  /> 
    311       <field field_ref="v_salttr"     name="somesatr" level="2"  /> 
     314      <field field_ref="v_masstr"     name="vomematr" level="5"  /> 
     315      <field field_ref="v_heattr"     name="somehetr" level="5"  /> 
     316      <field field_ref="v_salttr"     name="somesatr" level="5"  /> 
    312317        </file> 
    313318         
     
    324329          <field field_ref="bn2"             name="bn2"      level="2"      />  
    325330          <field field_ref="wocetr_eff"   name="wocetr_eff" level="2"  />  
    326           <field field_ref="bflx_iwm"     name="bflx_iwm"   level="2" />  
    327           <field field_ref="pcmap_iwm"    name="pcmap_iwm"  level="2" />  
    328           <field field_ref="emix_iwm"     name="emix_iwm"   level="2" />           
    329           <field field_ref="w_masstr"     name="vovematr"  level="2" /> 
     331          <field field_ref="bflx_iwm"     name="bflx_iwm"   level="5" />  
     332          <field field_ref="pcmap_iwm"    name="pcmap_iwm"  level="5" />  
     333          <field field_ref="emix_iwm"     name="emix_iwm"   level="5" />           
     334          <field field_ref="w_masstr"     name="vovematr"  level="5" /> 
    330335          <field field_ref="logavs"       name="difvsolog"  long_name="ocean_vertical_salt_diffusivity" operation="average" freq_op="1mo" level="2" > exp( @logavs ) </field> 
    331           <field field_ref="avt_e3w"      name="NEMO_difvho"  long_name="ocean_vertical_heat_diffusivity"  operation="average" freq_op="1mo" level="1" > @avt_e3w / @e3w </field> 
     336          <field field_ref="avt_e3w"      name="NEMO_difvho"  long_name="ocean_vertical_heat_diffusivity"  operation="average" freq_op="1mo" level="5" > @avt_e3w / @e3w </field> 
    332337          <field field_ref="avt_e3w"      name="NEMO_difvho_noevd"  long_name="ocean_vertical_heat_diffusivity without evd contribution"  operation="average" freq_op="1mo" level="1" > (@avt_e3w - @avt_evd_e3w) / @e3w </field> 
    333           <field field_ref="avs_e3w"      name="NEMO_difvso"  long_name="ocean_vertical_salt_diffusivity"  operation="average" freq_op="1mo" level="1" > @avs_e3w / @e3w </field> 
    334           <field field_ref="avs_e3w"      name="NEMO_difvso_noevd"  long_name="ocean_vertical_salt_diffusivity without evd contribution"  operation="average" freq_op="1mo" level="1" > (@avs_e3w - @avt_evd_e3w) / @e3w </field> 
     338          <field field_ref="avs_e3w"      name="NEMO_difvso"  long_name="ocean_vertical_salt_diffusivity"  operation="average" freq_op="1mo" level="5" > @avs_e3w / @e3w </field> 
     339          <field field_ref="avs_e3w"      name="NEMO_difvso_noevd"  long_name="ocean_vertical_salt_diffusivity without evd contribution"  operation="average" freq_op="1mo" level="5" > (@avs_e3w - @avt_evd_e3w) / @e3w </field> 
    335340        </file> 
    336341 
     
    422427 
    423428        <file id="file18" name_suffix="_trdtra" description="ocean trends variables" > 
    424           <field field_ref="ttrd_zdfp_e3t"   name="ttrdtr_zdfp"  long_name="Tendency_of_heat_content_from_parameterized_dianeutral_mixing"  unit="W m-2"      level="2"   > this * $cpocean * $rau0  </field> 
    425           <field field_ref="ttrd_iso_e3t"    name="ttrdtr_iso"   long_name="Tendency_of_heat_content_from_parameterized_eddy_diffusion"     unit="W m-2"      level="2"   > this * $cpocean * $rau0  </field> 
    426           <field field_ref="ttrd_totad_e3t"  name="ttrdtr_totad" long_name="Tendency_of_heat_content_from_residual_mean_advection"          unit="W m-2"      level="2"   > this * $cpocean * $rau0  </field> 
    427           <field field_ref="ttrd_tot_e3t"    name="ttrdtr_tot"   long_name="Tendency_of_heat_content_from_all_processes"                    unit="W m-2"      level="2"   > this * $cpocean * $rau0  </field> 
    428           <field field_ref="strd_zdfp_e3t"   name="strdtr_zdfp"  long_name="Tendency_of_salt_content_from_parameterized_dianeutral_mixing"  unit="kg m-2 s-1" level="2"   > this * $rau0 </field> 
    429           <field field_ref="strd_iso_e3t"    name="strdtr_iso"   long_name="Tendency_of_salt_content_from_parameterized_eddy_diffusion"     unit="kg m-2 s-1" level="2"  > this * $rau0 </field> 
    430           <field field_ref="strd_totad_e3t"  name="strdtr_totad" long_name="Tendency_of_salt_content_from_residual_mean_advection"          unit="kg m-2 s-1" level="2"  > this * $rau0  </field> 
    431           <field field_ref="strd_tot_e3t"    name="strdtr_tot"   long_name="Tendency_of_salt_content_from_all_processes"                    unit="kg m-2 s-1" level="2"  > this * $rau0  </field> 
     429          <field field_ref="ttrd_zdfp_e3t"   name="ttrdtr_zdfp"  long_name="Tendency_of_heat_content_from_parameterized_dianeutral_mixing"  unit="W m-2"      level="2"   > this * $cpocean * $rho0  </field> 
     430          <field field_ref="ttrd_iso_e3t"    name="ttrdtr_iso"   long_name="Tendency_of_heat_content_from_parameterized_eddy_diffusion"     unit="W m-2"      level="2"   > this * $cpocean * $rho0  </field> 
     431          <field field_ref="ttrd_totad_e3t"  name="ttrdtr_totad" long_name="Tendency_of_heat_content_from_residual_mean_advection"          unit="W m-2"      level="2"   > this * $cpocean * $rho0  </field> 
     432          <field field_ref="ttrd_tot_e3t"    name="ttrdtr_tot"   long_name="Tendency_of_heat_content_from_all_processes"                    unit="W m-2"      level="2"   > this * $cpocean * $rho0  </field> 
     433          <field field_ref="strd_zdfp_e3t"   name="strdtr_zdfp"  long_name="Tendency_of_salt_content_from_parameterized_dianeutral_mixing"  unit="kg m-2 s-1" level="2"   > this * $rho0 </field> 
     434          <field field_ref="strd_iso_e3t"    name="strdtr_iso"   long_name="Tendency_of_salt_content_from_parameterized_eddy_diffusion"     unit="kg m-2 s-1" level="2"  > this * $rho0 </field> 
     435          <field field_ref="strd_totad_e3t"  name="strdtr_totad" long_name="Tendency_of_salt_content_from_residual_mean_advection"          unit="kg m-2 s-1" level="2"  > this * $rho0  </field> 
     436          <field field_ref="strd_tot_e3t"    name="strdtr_tot"   long_name="Tendency_of_salt_content_from_all_processes"                    unit="kg m-2 s-1" level="2"  > this * $rho0  </field> 
    432437        </file> 
    433438 
     
    460465          <field field_ref="taum"         name="taum" level="2" /> 
    461466          <field field_ref="wspd"         name="sowindsp"  level="2" /> 
    462           <field field_ref="precip"       name="soprecip" level="2" /> 
    463467          <!-- available with ln_blk_clio or ln_blk_core --> 
    464468          <field field_ref="qns_oce"      name="sonshdoo" level="2"  /> 
     
    468472          <field field_ref="taum_oce"     name="sowndsto" level="2"  /> 
    469473          <!-- ice and snow --> 
    470           <field field_ref="snowpre"      name="isnowpre" level="2"  /> 
     474          <field field_ref="precip"       name="soprecip" level="2" /> 
     475          <field field_ref="snowpre"      name="snowpre" level="2"  /> 
     476          <field field_ref="rain"          name="rain"    level="2"   /> 
    471477          <!-- For heat conservation checking --> 
    472478          <field field_ref="qt_oce"        name="qt_oce"   long_name="downward total flux at ocean surface"         level="2"   /> 
     
    483489          <field field_ref="emp_ice"       name="emp_ice"         level="2"              /> 
    484490          <field field_ref="runoffs"       name="runoffs"         level="2"              /> 
    485       <field field_ref="runoffs"       name="friver"   long_name="water_flux_into_sea_water_from_rivers"     level="1" > runoffs - iceberg_cea </field> 
     491          <field field_ref="runoffs"       name="friver"   long_name="water_flux_into_sea_water_from_rivers"     level="1" > runoffs - iceberg_cea </field> 
    486492          <field field_ref="calving_cea"   name="calving" level="2" /> 
    487493          <field field_ref="iceberg_cea"   name="iceberg" level="2" /> 
    488           <field field_ref="iceshelf_cea"  name="iceshelf" level="2"  /> 
     494          <field field_ref="fwfisf_par"  name="iceshelf" level="2"  /> 
    489495          <field field_ref="vfxice"        name="vfxice" level="2"  /> 
    490496          <field field_ref="vfxsnw"        name="vfxsnw" level="2" /> 
    491497          <field field_ref="vfxsub"        name="vfxsub" level="2" /> 
    492           <field field_ref="rain"          name="rain"    level="2"   /> 
    493498          <field field_ref="snow_ao_cea"   name="snow_ao_cea"  level="2"     /> 
    494499          <field field_ref="snow_ai_cea"   name="snow_ai_cea"  level="2"     /> 
     
    558563 
    559564        <file id="file26" name_suffix="_trdtra" description="ocean trends variables" > 
    560           <field field_ref="ttrd_zdfp_e3t"   name="ttrdtr_zdfp"  long_name="Tendency_of_heat_content_from_parameterized_dianeutral_mixing"  unit="W m-2"      level="2"  > this * $cpocean * $rau0  </field> 
    561           <field field_ref="ttrd_iso_e3t"    name="ttrdtr_iso"   long_name="Tendency_of_heat_content_from_parameterized_eddy_diffusion"     unit="W m-2"      level="2"  > this * $cpocean * $rau0  </field> 
    562           <field field_ref="ttrd_totad_e3t"  name="ttrdtr_totad" long_name="Tendency_of_heat_content_from_residual_mean_advection"          unit="W m-2"      level="2"  > this * $cpocean * $rau0  </field> 
    563           <field field_ref="ttrd_tot_e3t"    name="ttrdtr_tot"   long_name="Tendency_of_heat_content_from_all_processes"                    unit="W m-2"      level="2"  > this * $cpocean * $rau0  </field> 
    564           <field field_ref="strd_zdfp_e3t"   name="strdtr_zdfp"  long_name="Tendency_of_salt_content_from_parameterized_dianeutral_mixing"  unit="kg m-2 s-1" level="2"  > this * $rau0 </field> 
    565           <field field_ref="strd_iso_e3t"    name="strdtr_iso"   long_name="Tendency_of_salt_content_from_parameterized_eddy_diffusion"     unit="kg m-2 s-1" level="2"  > this * $rau0 </field> 
    566           <field field_ref="strd_totad_e3t"  name="strdtr_totad" long_name="Tendency_of_salt_content_from_residual_mean_advection"          unit="kg m-2 s-1" level="2"  > this * $rau0  </field> 
    567           <field field_ref="strd_tot_e3t"    name="strdtr_tot"   long_name="Tendency_of_salt_content_from_all_processes"                    unit="kg m-2 s-1" level="2"  > this * $rau0  </field> 
     565          <field field_ref="ttrd_zdfp_e3t"   name="ttrdtr_zdfp"  long_name="Tendency_of_heat_content_from_parameterized_dianeutral_mixing"  unit="W m-2"      level="2"  > this * $cpocean * $rho0  </field> 
     566          <field field_ref="ttrd_iso_e3t"    name="ttrdtr_iso"   long_name="Tendency_of_heat_content_from_parameterized_eddy_diffusion"     unit="W m-2"      level="2"  > this * $cpocean * $rho0  </field> 
     567          <field field_ref="ttrd_totad_e3t"  name="ttrdtr_totad" long_name="Tendency_of_heat_content_from_residual_mean_advection"          unit="W m-2"      level="2"  > this * $cpocean * $rho0  </field> 
     568          <field field_ref="ttrd_tot_e3t"    name="ttrdtr_tot"   long_name="Tendency_of_heat_content_from_all_processes"                    unit="W m-2"      level="2"  > this * $cpocean * $rho0  </field> 
     569          <field field_ref="strd_zdfp_e3t"   name="strdtr_zdfp"  long_name="Tendency_of_salt_content_from_parameterized_dianeutral_mixing"  unit="kg m-2 s-1" level="2"  > this * $rho0 </field> 
     570          <field field_ref="strd_iso_e3t"    name="strdtr_iso"   long_name="Tendency_of_salt_content_from_parameterized_eddy_diffusion"     unit="kg m-2 s-1" level="2"  > this * $rho0 </field> 
     571          <field field_ref="strd_totad_e3t"  name="strdtr_totad" long_name="Tendency_of_salt_content_from_residual_mean_advection"          unit="kg m-2 s-1" level="2"  > this * $rho0  </field> 
     572          <field field_ref="strd_tot_e3t"    name="strdtr_tot"   long_name="Tendency_of_salt_content_from_all_processes"                    unit="kg m-2 s-1" level="2"  > this * $rho0  </field> 
    568573        </file> 
    569574 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/PARAM/XML/file_def_nemo-top.xml

    r5535 r6601  
    2424      <file_group id="6h_pis" output_freq="6h"  output_level="10" enabled=".TRUE."/> <!-- 6h files -->      
    2525     
    26       <file_group id="1d_pis" output_freq="1d"  output_level="_AUTO_" enabled="_AUTO_" enabled=".FALSE." >  <!-- 1d files -->    
    27  
    28         <file id="file31" name_suffix="_bioscalar" description="pisces sms variables" > 
     26      <file_group id="1d_pis" output_freq="1d"  output_level="_AUTO_" enabled="_AUTO_" >  <!-- 1d files -->    
     27 
     28        <file id="file31" name_suffix="_bioscalar" description="pisces sms variables" enabled=".FALSE." > 
    2929          <field field_ref="tdenit"   name="tdenit"    unit="TgN/yr" operation="instant" level="2" > tdenit * 14. * 86400. * 365. / 1e12 </field> 
    3030          <field field_ref="tnfix"    name="tnfix"     unit="TgN/yr" operation="instant" level="2" > tnfix * 14. * 86400. * 365. / 1e12 </field> 
     
    4242      </file_group>  
    4343 
    44       <file_group id="5d_pis" output_freq="5d"  output_level="_AUTO_" enabled="_AUTO_" enabled=".FALSE." >  <!-- 5d files -->    
    45  
    46        <file id="file32" name_suffix="_bioscalar" description="pisces sms variables" > 
     44      <file_group id="5d_pis" output_freq="5d"  output_level="_AUTO_" enabled="_AUTO_" >  <!-- 5d files -->    
     45 
     46       <file id="file32" name_suffix="_bioscalar" description="pisces sms variables" enabled=".FALSE." > 
    4747          <field field_ref="tdenit"   name="tdenit"    unit="TgN/yr" operation="instant" level="2" > tdenit * 14. * 86400. * 365. / 1e12 </field> 
    4848          <field field_ref="tnfix"    name="tnfix"     unit="TgN/yr" operation="instant" level="2" > tnfix * 14. * 86400. * 365. / 1e12 </field> 
     
    6464 
    6565 
    66         <file id="file33" name_suffix="_ptrc_T" description="pisces sms variables" enabled=".TRUE." > 
     66        <file id="file33" name_suffix="_ptrc_T" description="pisces sms variables" enabled=".FALSE." > 
    6767          <field field_ref="e3t"       name="E3T"      long_name="T-cell thickness" /> 
    6868          <field field_ref="DIC"       name="DIC"      operation="average" freq_op="1mo" level="2" > @DIC_e3t / @e3t </field> 
     
    9494 
    9595 
    96        <file id="file34" name_suffix="_diad_T" description="additional pisces diagnostics" enabled=".TRUE." > 
     96       <file id="file34" name_suffix="_diad_T" description="additional pisces diagnostics" enabled=".FALSE." > 
    9797 
    9898        <field field_ref="PH"         name="PH"       level="2" /> 
     
    127127       </file> 
    128128        
    129        <file id="file35" name_suffix="_bioscalar" description="pisces sms variables" enabled=".TRUE." > 
     129       <file id="file35" name_suffix="_bioscalar" description="pisces sms variables" enabled=".FALSE." > 
    130130          <field field_ref="tdenit"   name="tdenit"    unit="TgN/yr" operation="instant" level="1" > tdenit * 14. * 86400. * 365. / 1e12 </field> 
    131131          <field field_ref="tnfix"    name="tnfix"     unit="TgN/yr" operation="instant" level="1" > tnfix * 14. * 86400. * 365. / 1e12 </field> 
     
    141141        </file> 
    142142 
     143       <file id="file50" name_suffix="_gas" description="Gas tracer variables" enabled=".FALSE." > 
     144         <field field_ref="e3t"       name="E3T"      long_name="T-cell thickness" /> 
     145         <field field_ref="N2O"       name="N2O"      operation="average" freq_op="1mo" level="1" > @N2O_e3t / @e3t </field> 
     146         <field field_ref="N2Oflx"    name="N2Oflx"  /> 
     147         <field field_ref="Dpn2o"     name="Dpn2o"  /> 
     148         <field field_ref="DMS"       name="DMS"      operation="average" freq_op="1mo" level="1" > @DMS_e3t / @e3t </field> 
     149         <field field_ref="DMSflx"    name="DMSflx"  /> 
     150         <field field_ref="CO"        name="CO"      operation="average" freq_op="1mo" level="1" > @CO_e3t / @e3t </field> 
     151         <field field_ref="COflx"     name="COflx"   /> 
     152         <field field_ref="COS"       name="COS"      operation="average" freq_op="1mo" level="1" > @COS_e3t / @e3t </field> 
     153         <field field_ref="COSflx"    name="COSflx"   /> 
     154         <field field_ref="ISP"       name="ISP"      operation="average" freq_op="1mo" level="1" > @ISP_e3t / @e3t </field> 
     155         <field field_ref="ISPflx"    name="ISPflx"   /> 
     156       </file> 
     157 
    143158      </file_group> 
    144159 
     
    151166      <file_group id="1y_pis"  output_freq="1y" output_level="_AUTO_" enabled="_AUTO_"> <!-- real yearly files --> 
    152167 
    153        <file id="file36" name_suffix="_ptrc_T" description="pisces sms variables" enabled=".TRUE." > 
     168       <file id="file36" name_suffix="_ptrc_T" description="pisces sms variables" enabled=".FALSE." > 
    154169          <field field_ref="e3t"       name="E3T"      long_name="T-cell thickness" /> 
    155170          <field field_ref="DIC"       name="DIC"      operation="average" freq_op="1y" level="1"  > @DIC_e3t / @e3t </field> 
     
    179194       </file> 
    180195 
    181       <file id="file37" name_suffix="_diad_T" description="additional pisces diagnostics"  enabled=".TRUE." > 
     196      <file id="file37" name_suffix="_diad_T" description="additional pisces diagnostics"  enabled=".FALSE." > 
    182197 
    183198        <field field_ref="PH"         name="PH"       level="2" /> 
     
    228243          <field field_ref="qtr_CFC12"   name="qtrCFC12"  level="1"   /> 
    229244          <field field_ref="qint_CFC12"  name="qintCFC12" level="1"   /> 
    230       </file> 
     245       </file> 
     246 
     247       <file id="file41" name_suffix="_SF6" description="SF6 tracer" enabled=".FALSE." > 
     248          <field field_ref="SF6"         name="SF6"    operation="average" freq_op="1y" level="1"  > @SF6_e3t / @e3t </field> 
     249          <field field_ref="qtr_SF6"     name="qtrSF6"  level="1"   /> 
     250          <field field_ref="qint_SF6"    name="qintSF6" level="1"   /> 
     251       </file> 
     252 
     253       <file id="file42" name_suffix="_C14" description="C14 tracer" enabled=".FALSE." > 
     254          <field field_ref="RC14"        name="RC14"    operation="average" freq_op="1y" level="1"  > @RC14_e3t / @e3t </field> 
     255          <field field_ref="qtr_c14"     name="qtrRC14"  level="1"   /> 
     256          <field field_ref="qint_c14"    name="qintRC14" level="1"   /> 
     257          <field field_ref="DeltaC14"    name="DeltaC14" level="1"   /> 
     258          <field field_ref="C14Age"      name="C14Age"   level="2"   /> 
     259          <field field_ref="RAge"        name="RAge"     level="2"   /> 
     260          <field field_ref="AtmCO2"      name="AtmCO2"   level="2"   /> 
     261          <field field_ref="AtmC14"      name="AtmC14"   level="2"   /> 
     262          <field field_ref="K_C14"       name="K_C14"    level="2"   /> 
     263          <field field_ref="K_CO2"       name="K_CO2"    level="2"   /> 
     264          <field field_ref="C14Inv"      name="C14Inv"   level="2"   /> 
     265       </file> 
     266 
     267 
     268       <file id="file51" name_suffix="_gas" description="Gas tracer variables" enabled=".FALSE." > 
     269         <field field_ref="e3t"       name="E3T"      long_name="T-cell thickness" /> 
     270         <field field_ref="N2O"       name="N2O"      operation="average" freq_op="1y" level="1" > @N2O_e3t / @e3t </field> 
     271         <field field_ref="N2Oflx"    /> 
     272         <field field_ref="Dpn2o"    /> 
     273         <field field_ref="Prodn2o"      /> 
     274         <field field_ref="Sinkn2o"      /> 
     275         <field field_ref="DMS"       name="DMS"      operation="average" freq_op="1y" level="1" > @DMS_e3t / @e3t </field> 
     276         <field field_ref="DMSflx"    /> 
     277         <field field_ref="LBDMS"     /> 
     278         <field field_ref="StLightDMS"     /> 
     279         <field field_ref="StIronDMS"     /> 
     280         <field field_ref="StNutrDMS"     /> 
     281         <field field_ref="StTempDMS"     /> 
     282         <field field_ref="Proddms"     /> 
     283         <field field_ref="Sinkdms"     /> 
     284         <field field_ref="Lightdms"     /> 
     285         <field field_ref="SCquotan"     /> 
     286         <field field_ref="SCquotad"     /> 
     287         <field field_ref="Yield"     /> 
     288         <field field_ref="CO"       name="CO"      operation="average" freq_op="1y" level="1" > @CO_e3t / @e3t </field> 
     289         <field field_ref="COflx"      /> 
     290         <field field_ref="BioprodCO"     /> 
     291         <field field_ref="BactconsCO"     /> 
     292         <field field_ref="DarkProdCO"     /> 
     293         <field field_ref="PhotoprodCO"    /> 
     294         <field field_ref="E_CO_T"    /> 
     295         <field field_ref="COS"       name="COS"      operation="average" freq_op="1y" level="1" > @COS_e3t / @e3t </field> 
     296         <field field_ref="COSflx"    /> 
     297         <field field_ref="OCS_hydr"    /> 
     298         <field field_ref="OCS_dark"    /> 
     299         <field field_ref="OCS_phot"    /> 
     300         <field field_ref="A350"    /> 
     301         <field field_ref="UV_COS"    /> 
     302         <field field_ref="ISP"       name="ISP"      operation="average" freq_op="1y" level="1" > @ISP_e3t / @e3t </field> 
     303         <field field_ref="ISPflx"    /> 
     304         <field field_ref="BioprodISP"    /> 
     305         <field field_ref="BactconsISP"    /> 
     306       </file> 
    231307 
    232308      </file_group> 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/POST/monitoring01_opa9_ORCA1.cfg

    r5684 r6601  
    3838#  field | files patterns | files additionnal | operations | title | units | calcul of area 
    3939#----------------------------------------------------------------------------------------------------------------- 
    40  sosstsst_global_prio | "tos"      | eORCA1.3_grid.nc | "(tos[d=1])"                                         | "Sea Surface Temperature (GLOBAL)" | "degC"  | "mask[k=1,d=2]*area[d=2]" 
    41  sosaline_global  | "sos"      | eORCA1.3_grid.nc | "(sos[d=1])"                                         | "Sea Surface Salinity (GLOBAL)"    | "PSU"   | "mask[k=1,d=2]*area[d=2]" 
    42  sossheig_global  | "zos"      | eORCA1.3_grid.nc | "(zos[d=1])"                                         | "Sea Surface Heigh (GLOBAL)"       | "m"     | "mask[k=1,d=2]*area[d=2]" 
    43  sohefldo_global  | "nshfls rsntds" | eORCA1.3_grid.nc | "(nshfls[d=1]+rsntds[d=2])"                     | "Net Downward Heat Flux (GLOBAL)"  | "W/m^2" | "mask[k=1,d=3]*area[d=3]" 
    44  somxl010_north   | "mldr10_1" | eORCA1.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])" 
    45  somxl010_south   | "mldr10_1" | eORCA1.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])" 
    46  somxl010_SubpolarNorthAtl   | "mldr10_1" | eORCA1.3_grid.nc | "(mldr10_1[d=1,i=262:300,j=260:281])"       | "Mixed layer depth (Subpolar North Atlantic, annual Max)" | "m"     | "mask[k=1,d=2,i=262:300,j=260:281]*area[d=2,i=262:300,j=260:281]" | "@SMX:12"  
    47  somxl010_Labrador   | "mldr10_1" | eORCA1.3_grid.nc | "(mldr10_1[d=1,i=228:248,j=265:288])"               | "Mixed layer depth (Labrador Sea, Annual Max)"            | "m"     | "mask[k=1,d=2,i=228:248,j=265:288]*area[d=2,i=228:248,j=265:288]" | "@SMX:12"  
    48  somxl010_Barents    | "mldr10_1" | eORCA1.3_grid.nc | "(mldr10_1[d=1,i=272:295,j=313:330])"               | "Mixed layer depth (Barents Sea, Annual Max)"             | "m"     | "mask[k=1,d=2,i=272:295,j=313:330]*area[d=2,i=272:295,j=313:330]" | "@SMX:12"  
    49  somxl010_Irminger   | "mldr10_1" | eORCA1.3_grid.nc | "(mldr10_1[d=1,i=248:268,j=272:285])"               | "Mixed layer depth (Irminger Sea, Annual Max)"            | "m"     | "mask[k=1,d=2,i=248:268,j=272:285]*area[d=2,i=248:268,j=272:285]" | "@SMX:12"  
    50  somxl010_NordicSeas | "mldr10_1" | eORCA1.3_grid.nc | "(mldr10_1[d=1,i=262:300,j=284:313])"               | "Mixed layer depth (Nordic Seas, Annual Max)"             | "m"     | "mask[k=1,d=2,i=262:300,j=284:313]*area[d=2,i=262:300,j=284:313]" | "@SMX:12"  
    51  somxl010_Rockall    | "mldr10_1" | eORCA1.3_grid.nc | "(mldr10_1[d=1,i=262:300,j=284:313])"               | "Mixed layer depth (Rockall, Annual Max)"                 | "m"     | "mask[k=1,d=2,i=262:300,j=284:313]*area[d=2,i=262:300,j=284:313]" | "@SMX:12" 
    52  friver_global    | "friver"   | eORCA1.3_grid.nc | "(friver[d=1])"                                      | "River input" | "kg/s"  | "mask[k=1,d=2]*area[d=2]" 
    53  friver_int       | "friver"   | eORCA1.3_grid.nc | "(friver[d=1]*mask[k=1,d=2]*area[d=2]*1E-9)"                                                                                        | "River input"             | "Sv"  | "2" 
    54  friver_coastal   | "friver"   | eORCA1.3_grid.nc | "(if missing(maskdraw[k=1,d=2],0.1) ne missing(maskdraw[i=@sbx,j=@sbx,k=1,d=2],0.1) then mask[d=2,k=1]*area[d=2]*friver[d=1]*1E-9)" | "Coastal river input"     | "Sv"  | "2" 
    55  friver_noncoastal| "friver"   | eORCA1.3_grid.nc | "(if missing(maskdraw[k=1,d=2],0.1) eq missing(maskdraw[i=@sbx,j=@sbx,k=1,d=2],0.1) then mask[d=2,k=1]*area[d=2]*friver[d=1]*1E-9)" | "Non coastal river input" | "Sv"  | "2" 
    56  friver_background| "friver"   | eORCA1.3_grid.nc | "(mask[k=1,d=2]*area[d=2]*friver[d=1,i=140,j=190]*1E-9)"                                                                            | "Runoff correction (conservation)" | "Sv"  | "2" 
    57  sosstsst_70N_90N | "tos"      | eORCA1.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])" 
    58  sosstsst_50N_70N | "tos"      | eORCA1.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])" 
    59  sosstsst_30N_50N | "tos"      | eORCA1.3_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (30N-50N)" | "degC"  | "(if lat[d=2] ge  30 and lat[d=2] le  50 then mask[k=1,d=2]*area[d=2])" 
    60  sosstsst_10N_30N | "tos"      | eORCA1.3_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (10N-30N)" | "degC"  | "(if lat[d=2] ge  10 and lat[d=2] le  30 then mask[k=1,d=2]*area[d=2])" 
    61  sosstsst_10S_10N | "tos"      | eORCA1.3_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (10S-10N)" | "degC"  | "(if lat[d=2] ge -10 and lat[d=2] le  10 then mask[k=1,d=2]*area[d=2])" 
    62  sosstsst_30S_10S | "tos"      | eORCA1.3_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (30S-10S)" | "degC"  | "(if lat[d=2] ge -30 and lat[d=2] le -10 then mask[k=1,d=2]*area[d=2])" 
    63  sosstsst_50S_30S | "tos"      | eORCA1.3_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (50S-30S)" | "degC"  | "(if lat[d=2] ge -50 and lat[d=2] le -30 then mask[k=1,d=2]*area[d=2])" 
    64  sosstsst_70S_50S | "tos"      | eORCA1.3_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (70S-50S)" | "degC"  | "(if                     lat[d=2] le -50 then mask[k=1,d=2]*area[d=2])" 
    65  sosstsst_50S_50N_prio | "tos"      | eORCA1.3_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (50S-50N)" | "degC"  | "(if lat[d=2] ge -50 and lat[d=2] le  50 then mask[k=1,d=2]*area[d=2])" 
    66  sosaline_70N_90N | "sos"      | eORCA1.3_grid.nc | "(sos[d=1])"   | "Sea Surface Salinity (70N-90N)"    | "PSU"   | "(if lat[d=2] ge  70                     then mask[k=1,d=2]*area[d=2])" 
    67  sosaline_50N_70N | "sos"      | eORCA1.3_grid.nc | "(sos[d=1])"   | "Sea Surface Salinity (50N-70N)"    | "PSU"   | "(if lat[d=2] ge  50 and lat[d=2] le  70 then mask[k=1,d=2]*area[d=2])" 
    68  sosaline_30N_50N | "sos"      | eORCA1.3_grid.nc | "(sos[d=1])"   | "Sea Surface Salinity (30N-50N)"    | "PSU"   | "(if lat[d=2] ge  30 and lat[d=2] le  50 then mask[k=1,d=2]*area[d=2])" 
    69  sosaline_10N_30N | "sos"      | eORCA1.3_grid.nc | "(sos[d=1])"   | "Sea Surface Salinity (10N-30N)"    | "PSU"   | "(if lat[d=2] ge  10 and lat[d=2] le  30 then mask[k=1,d=2]*area[d=2])" 
    70  sosaline_10S_10N | "sos"      | eORCA1.3_grid.nc | "(sos[d=1])"   | "Sea Surface Salinity (10S-10N)"    | "PSU"   | "(if lat[d=2] ge -10 and lat[d=2] le  10 then mask[k=1,d=2]*area[d=2])" 
    71  sosaline_30S_10S | "sos"      | eORCA1.3_grid.nc | "(sos[d=1])"   | "Sea Surface Salinity (30S-10S)"    | "PSU"   | "(if lat[d=2] ge -30 and lat[d=2] le -10 then mask[k=1,d=2]*area[d=2])" 
    72  sosaline_50S_30S | "sos"      | eORCA1.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])" 
    73  sosaline_70S_50S | "sos"      | eORCA1.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])" 
    74  hc300_global     | "hc300"    | eORCA1.3_grid.nc | "(hc300[d=1])" | "Heat content 0-300m (GLOBAL)"      | "J/m2"  | "mask[k=1,d=2]*area[d=2]" 
    75  wfo_global       | "wfo"      | eORCA1.3_grid.nc | "(wfo[d=1])"   | "Water flux (GLOBAL)"               | "kg/m2/s"  | "mask[k=1,d=2]*area[d=2]" 
     40 sosstsst_global_prio | "tos"      | eORCA1.4.2_grid.nc | "(tos[d=1])"                                         | "Sea Surface Temperature (GLOBAL)" | "degC"  | "mask[k=1,d=2]*area[d=2]" 
     41 sosaline_global  | "sos"      | eORCA1.4.2_grid.nc | "(sos[d=1])"                                         | "Sea Surface Salinity (GLOBAL)"    | "PSU"   | "mask[k=1,d=2]*area[d=2]" 
     42 sossheig_global  | "zos"      | eORCA1.4.2_grid.nc | "(zos[d=1])"                                         | "Sea Surface Heigh (GLOBAL)"       | "m"     | "mask[k=1,d=2]*area[d=2]" 
     43 sohefldo_global  | "nshfls rsntds" | eORCA1.4.2_grid.nc | "(nshfls[d=1]+rsntds[d=2])"                     | "Net Downward Heat Flux (GLOBAL)"  | "W/m^2" | "mask[k=1,d=3]*area[d=3]" 
     44 somxl010_north   | "mldr10_1" | eORCA1.4.2_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])" 
     45 somxl010_south   | "mldr10_1" | eORCA1.4.2_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])" 
     46 somxl010_SubpolarNorthAtl   | "mldr10_1" | eORCA1.4.2_grid.nc | "(mldr10_1[d=1,i=261:299,j=260:281])"       | "Mixed layer depth (Subpolar North Atlantic, annual Max)" | "m"     | "mask[k=1,d=2,i=261:299,j=260:281]*area[d=2,i=261:299,j=260:281]" | "@SMX:12"  
     47 somxl010_Labrador   | "mldr10_1" | eORCA1.4.2_grid.nc | "(mldr10_1[d=1,i=227:249,j=265:288])"               | "Mixed layer depth (Labrador Sea, Annual Max)"            | "m"     | "mask[k=1,d=2,i=227:247,j=265:288]*area[d=2,i=227:247,j=265:288]" | "@SMX:12"  
     48 somxl010_Barents    | "mldr10_1" | eORCA1.4.2_grid.nc | "(mldr10_1[d=1,i=271:294,j=313:330])"               | "Mixed layer depth (Barents Sea, Annual Max)"             | "m"     | "mask[k=1,d=2,i=271:294,j=313:330]*area[d=2,i=271:294,j=313:330]" | "@SMX:12"  
     49 somxl010_Irminger   | "mldr10_1" | eORCA1.4.2_grid.nc | "(mldr10_1[d=1,i=247:267,j=272:285])"               | "Mixed layer depth (Irminger Sea, Annual Max)"            | "m"     | "mask[k=1,d=2,i=247:267,j=272:285]*area[d=2,i=247:267,j=272:285]" | "@SMX:12"  
     50 somxl010_NordicSeas | "mldr10_1" | eORCA1.4.2_grid.nc | "(mldr10_1[d=1,i=261:299,j=284:313])"               | "Mixed layer depth (Nordic Seas, Annual Max)"             | "m"     | "mask[k=1,d=2,i=261:299,j=284:313]*area[d=2,i=261:299,j=284:313]" | "@SMX:12"  
     51 somxl010_Rockall    | "mldr10_1" | eORCA1.4.2_grid.nc | "(mldr10_1[d=1,i=261:299,j=284:313])"               | "Mixed layer depth (Rockall, Annual Max)"                 | "m"     | "mask[k=1,d=2,i=261:299,j=284:313]*area[d=2,i=261:299,j=284:313]" | "@SMX:12" 
     52 friver_global    | "friver"   | eORCA1.4.2_grid.nc | "(friver[d=1])"                                      | "River input" | "kg/s"  | "mask[k=1,d=2]*area[d=2]" 
     53 friver_int       | "friver"   | eORCA1.4.2_grid.nc | "(friver[d=1]*mask[k=1,d=2]*area[d=2]*1E-9)"                                                                                        | "River input"             | "Sv"  | "2" 
     54 friver_coastal   | "friver"   | eORCA1.4.2_grid.nc | "(if missing(maskdraw[k=1,d=2],0.1) ne missing(maskdraw[i=@sbx,j=@sbx,k=1,d=2],0.1) then mask[d=2,k=1]*area[d=2]*friver[d=1]*1E-9)" | "Coastal river input"     | "Sv"  | "2" 
     55 friver_noncoastal| "friver"   | eORCA1.4.2_grid.nc | "(if missing(maskdraw[k=1,d=2],0.1) eq missing(maskdraw[i=@sbx,j=@sbx,k=1,d=2],0.1) then mask[d=2,k=1]*area[d=2]*friver[d=1]*1E-9)" | "Non coastal river input" | "Sv"  | "2" 
     56 friver_background| "friver"   | eORCA1.4.2_grid.nc | "(mask[k=1,d=2]*area[d=2]*friver[d=1,i=139,j=190]*1E-9)"                                                                            | "Runoff correction (conservation)" | "Sv"  | "2" 
     57 sosstsst_70N_90N | "tos"      | eORCA1.4.2_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])" 
     58 sosstsst_50N_70N | "tos"      | eORCA1.4.2_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])" 
     59 sosstsst_30N_50N | "tos"      | eORCA1.4.2_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (30N-50N)" | "degC"  | "(if lat[d=2] ge  30 and lat[d=2] le  50 then mask[k=1,d=2]*area[d=2])" 
     60 sosstsst_10N_30N | "tos"      | eORCA1.4.2_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (10N-30N)" | "degC"  | "(if lat[d=2] ge  10 and lat[d=2] le  30 then mask[k=1,d=2]*area[d=2])" 
     61 sosstsst_10S_10N | "tos"      | eORCA1.4.2_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (10S-10N)" | "degC"  | "(if lat[d=2] ge -10 and lat[d=2] le  10 then mask[k=1,d=2]*area[d=2])" 
     62 sosstsst_30S_10S | "tos"      | eORCA1.4.2_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (30S-10S)" | "degC"  | "(if lat[d=2] ge -30 and lat[d=2] le -10 then mask[k=1,d=2]*area[d=2])" 
     63 sosstsst_50S_30S | "tos"      | eORCA1.4.2_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (50S-30S)" | "degC"  | "(if lat[d=2] ge -50 and lat[d=2] le -30 then mask[k=1,d=2]*area[d=2])" 
     64 sosstsst_70S_50S | "tos"      | eORCA1.4.2_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (70S-50S)" | "degC"  | "(if                     lat[d=2] le -50 then mask[k=1,d=2]*area[d=2])" 
     65 sosstsst_50S_50N_prio | "tos"      | eORCA1.4.2_grid.nc | "(tos[d=1])"   | "Sea Surface Temperature (50S-50N)" | "degC"  | "(if lat[d=2] ge -50 and lat[d=2] le  50 then mask[k=1,d=2]*area[d=2])" 
     66 sosaline_70N_90N | "sos"      | eORCA1.4.2_grid.nc | "(sos[d=1])"   | "Sea Surface Salinity (70N-90N)"    | "PSU"   | "(if lat[d=2] ge  70                     then mask[k=1,d=2]*area[d=2])" 
     67 sosaline_50N_70N | "sos"      | eORCA1.4.2_grid.nc | "(sos[d=1])"   | "Sea Surface Salinity (50N-70N)"    | "PSU"   | "(if lat[d=2] ge  50 and lat[d=2] le  70 then mask[k=1,d=2]*area[d=2])" 
     68 sosaline_30N_50N | "sos"      | eORCA1.4.2_grid.nc | "(sos[d=1])"   | "Sea Surface Salinity (30N-50N)"    | "PSU"   | "(if lat[d=2] ge  30 and lat[d=2] le  50 then mask[k=1,d=2]*area[d=2])" 
     69 sosaline_10N_30N | "sos"      | eORCA1.4.2_grid.nc | "(sos[d=1])"   | "Sea Surface Salinity (10N-30N)"    | "PSU"   | "(if lat[d=2] ge  10 and lat[d=2] le  30 then mask[k=1,d=2]*area[d=2])" 
     70 sosaline_10S_10N | "sos"      | eORCA1.4.2_grid.nc | "(sos[d=1])"   | "Sea Surface Salinity (10S-10N)"    | "PSU"   | "(if lat[d=2] ge -10 and lat[d=2] le  10 then mask[k=1,d=2]*area[d=2])" 
     71 sosaline_30S_10S | "sos"      | eORCA1.4.2_grid.nc | "(sos[d=1])"   | "Sea Surface Salinity (30S-10S)"    | "PSU"   | "(if lat[d=2] ge -30 and lat[d=2] le -10 then mask[k=1,d=2]*area[d=2])" 
     72 sosaline_50S_30S | "sos"      | eORCA1.4.2_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])" 
     73 sosaline_70S_50S | "sos"      | eORCA1.4.2_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])" 
     74 hc300_global     | "hc300"    | eORCA1.4.2_grid.nc | "(hc300[d=1])" | "Heat content 0-300m (GLOBAL)"      | "J/m2"  | "mask[k=1,d=2]*area[d=2]" 
     75 wfo_global       | "wfo"      | eORCA1.4.2_grid.nc | "(wfo[d=1])"   | "Water flux (GLOBAL)"               | "kg/m2/s"  | "mask[k=1,d=2]*area[d=2]" 
    7676 nadw_ocean_prio  | "msftyz_atl" |       ""         | "(msftyz_atl[z=500:6000@max,J=212:266@max,d=1])"       | "North Atlantic Deep Water"        | "Sv"    | "1" 
    7777 npdw_ocean       | "msftyz_ind" |       ""         | "(msftyz_ind[z=500:6000@max,J=212:266@max,d=1])"       | "North Pacific Deep Water"         | "Sv"    | "1" 
    7878 aabw_ocean       | "msftyz_glo" |       ""         | "(msftyz_glo[z=2000:6000@max,J=115:274@max,d=1])"      | "Antarctic Bottom Water"           | "Sv"    | "1" 
    7979 deacon_ocean     | "msftyz_glo" |       ""         | "(msftyz_glo[z=2000:6000@max,J=31:140@max,d=1])"       | "Deacon Cell"                      | "Sv"    | "1" 
    80  thetao_0100m     | "thetao"   | eORCA1.3_grid.nc | "(thetao[d=1,k=24])" | "Sea Water Temperature @100m"  | "degC" |  "mask[k=24,d=2]*area[d=2]"  
    81  thetao_0200m     | "thetao"   | eORCA1.3_grid.nc | "(thetao[d=1,k=31])" | "Sea Water Temperature @200m"  | "degC" |  "mask[k=31,d=2]*area[d=2]"  
    82  thetao_0500m     | "thetao"   | eORCA1.3_grid.nc | "(thetao[d=1,k=40])" | "Sea Water Temperature @500m"  | "degC" |  "mask[k=40,d=2]*area[d=2]"  
    83  thetao_1000m_prio     | "thetao"   | eORCA1.3_grid.nc | "(thetao[d=1,k=47])" | "Sea Water Temperature @1000m" | "degC" |  "mask[k=47,d=2]*area[d=2]"  
    84  thetao_2000m     | "thetao"   | eORCA1.3_grid.nc | "(thetao[d=1,k=54])" | "Sea Water temperature @2000m" | "degC" |  "mask[k=54,d=2]*area[d=2]"  
    85  thetao_3000m     | "thetao"   | eORCA1.3_grid.nc | "(thetao[d=1,k=60])" | "Sea Water Temperature @3000m" | "degC" |  "mask[k=60,d=2]*area[d=2]"  
    86  thetao_4000m     | "thetao"   | eORCA1.3_grid.nc | "(thetao[d=1,k=66])" | "Sea Water Temperature @4000m" | "degC" |  "mask[k=66,d=2]*area[d=2]" 
    87  so_0100m         | "so"       | eORCA1.3_grid.nc | "(so[d=1,k=24])"     | "Sea Water Salinity @100m"     | "PSU"  |  "mask[k=24,d=2]*area[d=2]"  
    88  so_0200m         | "so"       | eORCA1.3_grid.nc | "(so[d=1,k=31])"     | "Sea Water Salinity @200m"     | "PSU"  |  "mask[k=31,d=2]*area[d=2]"  
    89  so_0500m         | "so"       | eORCA1.3_grid.nc | "(so[d=1,k=40])"     | "Sea Water Salinity @500m"     | "PSU"  |  "mask[k=40,d=2]*area[d=2]"  
    90  so_1000m         | "so"       | eORCA1.3_grid.nc | "(so[d=1,k=47])"     | "Sea Water Salinity @1000m"    | "PSU"  |  "mask[k=47,d=2]*area[d=2]"  
    91  so_2000m         | "so"       | eORCA1.3_grid.nc | "(so[d=1,k=54])"     | "Sea Water Salinity @2000m"    | "PSU"  |  "mask[k=54,d=2]*area[d=2]"  
    92  so_3000m         | "so"       | eORCA1.3_grid.nc | "(so[d=1,k=60])"     | "Sea Water Salinity @3000m"    | "PSU"  |  "mask[k=60,d=2]*area[d=2]"  
    93  so_4000m         | "so"       | eORCA1.3_grid.nc | "(so[d=1,k=66])"     | "Sea Water Salinity @4000m"    | "PSU"  |  "mask[k=66,d=2]*area[d=2]" 
     80 thetao_0100m     | "thetao"   | eORCA1.4.2_grid.nc | "(thetao[d=1,k=24])" | "Sea Water Temperature @100m"  | "degC" |  "mask[k=24,d=2]*area[d=2]"  
     81 thetao_0200m     | "thetao"   | eORCA1.4.2_grid.nc | "(thetao[d=1,k=31])" | "Sea Water Temperature @200m"  | "degC" |  "mask[k=31,d=2]*area[d=2]"  
     82 thetao_0500m     | "thetao"   | eORCA1.4.2_grid.nc | "(thetao[d=1,k=40])" | "Sea Water Temperature @500m"  | "degC" |  "mask[k=40,d=2]*area[d=2]"  
     83 thetao_1000m_prio | "thetao"  | eORCA1.4.2_grid.nc | "(thetao[d=1,k=47])" | "Sea Water Temperature @1000m" | "degC" |  "mask[k=47,d=2]*area[d=2]"  
     84 thetao_2000m     | "thetao"   | eORCA1.4.2_grid.nc | "(thetao[d=1,k=54])" | "Sea Water temperature @2000m" | "degC" |  "mask[k=54,d=2]*area[d=2]"  
     85 thetao_3000m     | "thetao"   | eORCA1.4.2_grid.nc | "(thetao[d=1,k=60])" | "Sea Water Temperature @3000m" | "degC" |  "mask[k=60,d=2]*area[d=2]"  
     86 thetao_4000m     | "thetao"   | eORCA1.4.2_grid.nc | "(thetao[d=1,k=66])" | "Sea Water Temperature @4000m" | "degC" |  "mask[k=66,d=2]*area[d=2]" 
     87 so_0100m         | "so"       | eORCA1.4.2_grid.nc | "(so[d=1,k=24])"     | "Sea Water Salinity @100m"     | "PSU"  |  "mask[k=24,d=2]*area[d=2]"  
     88 so_0200m         | "so"       | eORCA1.4.2_grid.nc | "(so[d=1,k=31])"     | "Sea Water Salinity @200m"     | "PSU"  |  "mask[k=31,d=2]*area[d=2]"  
     89 so_0500m         | "so"       | eORCA1.4.2_grid.nc | "(so[d=1,k=40])"     | "Sea Water Salinity @500m"     | "PSU"  |  "mask[k=40,d=2]*area[d=2]"  
     90 so_1000m         | "so"       | eORCA1.4.2_grid.nc | "(so[d=1,k=47])"     | "Sea Water Salinity @1000m"    | "PSU"  |  "mask[k=47,d=2]*area[d=2]"  
     91 so_2000m         | "so"       | eORCA1.4.2_grid.nc | "(so[d=1,k=54])"     | "Sea Water Salinity @2000m"    | "PSU"  |  "mask[k=54,d=2]*area[d=2]"  
     92 so_3000m         | "so"       | eORCA1.4.2_grid.nc | "(so[d=1,k=60])"     | "Sea Water Salinity @3000m"    | "PSU"  |  "mask[k=60,d=2]*area[d=2]"  
     93 so_4000m         | "so"       | eORCA1.4.2_grid.nc | "(so[d=1,k=66])"     | "Sea Water Salinity @4000m"    | "PSU"  |  "mask[k=66,d=2]*area[d=2]" 
    9494 hc_ocean         | "scvoltot sctemtot" |       ""   | "(scvoltot[d=1]*sctemtot[d=2]*1026.*3991.86795711963/5.1011127E+14)"     | "ocean heat content"                 | "J/m2"    | "1" 
    9595 hc_ice           | "ibgheat_tot"       |       ""   | "ibgheat_tot[d=1]*1.e20/5.1011127E+14"                                   | "ocean sea ice heat content"         | "J/m2"    | "1" 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/POST/monitoring01_opa9_ORCA2.cfg

    r5684 r6601  
    2626#   - Separator between fields is '|' character 
    2727#   - Operations must use the ferret syntax 
    28 #   - Each variable must be referenced to its dataset ie var[D=x] 
     28#   - Each variable must be referenced to its dataset ie var[d=x] 
    2929#   - files patterns, operations,title,units must be enclosed with character '"' 
    3030#   - fields will be presented through an html page with thumbnails global, north, south, land, ocean. 
     
    3838#  field | files patterns | files additionnal | operations | title | units | calcul of area 
    3939#----------------------------------------------------------------------------------------------------------------- 
    40  sosstsst_global     | "tos"       | ORCA2.3_grid.nc | "(tos[D=1])"                                       | "Sea Surface Temperature (Global)" | "degC"    | "mask[K=1,D=2]*area[D=2]" 
    41  sosaline_global     | "sos"       | ORCA2.3_grid.nc | "(sos[D=1])"                                       | "Sea Surface Salinity (Global)"    | "PSU"     | "mask[K=1,D=2]*area[D=2]" 
    42  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]" 
    45  friver_int          | "friver"    | ORCA2.3_grid.nc | "(friver[d=1]*mask[k=1,d=2]*area[d=2]*1E-9)"                                                                                    | "River input"             | "Sv"  | "2" 
    46  friver_coastal      | "friver"    | ORCA2.3_grid.nc | "(if missing(maskdraw[k=1,d=2],0.1) ne missing(maskdraw[i=@sbx,j=@sbx,k=1,d=2],0.1) then mask[k=1]*area[d=2]*friver[d=1]*1E-9)" | "Coastal river input"     | "Sv"  | "2" 
    47  friver_noncoastal   | "friver"    | ORCA2.3_grid.nc | "(if missing(maskdraw[k=1,d=2],0.1) eq missing(maskdraw[i=@sbx,j=@sbx,k=1,d=2],0.1) then mask[k=1]*area[d=2]*friver[d=1]*1E-9)" | "Non coastal river input" | "Sv"  | "2" 
    48  hc300_global        | "hc300"     | ORCA2.3_grid.nc | "(hc300[D=1])"                                     | "Heat content 300 m (Global)"      | "W"       | "mask[K=1,D=2]*area[D=2]" 
    49  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]" 
    50  nadw_ocean          | "msftyz_atl"     |       ""        | "(msftyz_atl[Z=500:6000@MAX,J=90:120@MAX,L=2,D=1])"      | "North Atlantic Deep Water"        | "Sv"      | "1" 
    51  npdw_ocean          | "msftyz_ind"     |       ""        | "(msftyz_ind[Z=500:6000@MAX,J=90:120@MAX,L=3,D=1])"      | "North Pacific Deep Water"         | "Sv"      | "1" 
    52  aabw_ocean          | "msftyz_glo"     |       ""        | "(msftyz_glo[Z=2000:6000@MAX,J=37:118@MAX,L=1,D=1])"     | "Antarctic Bottom Water"           | "Sv"      | "1" 
    53  deacon_ocean        | "msftyz_glo"     |       ""        | "(msftyz_glo[Z=2000:6000@MAX,J=2:50@MAX,L=1,D=1])"       | "Deacon Cell"                      | "Sv"      | "1" 
    54  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])" 
    55  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])" 
    56  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]" 
    57  temp_1000m_global   | "thetao"    | ORCA2.3_grid.nc | "(thetao[D=1,K=22])"                               | "Temperature at 1000m (Global)"    | "degC"    | "mask[K=22,D=2]*area[D=2]" 
    58  temp_2000m_global   | "thetao"    | ORCA2.3_grid.nc | "(thetao[D=1,K=24:25@AVE])"                        | "Temperature at 2000m (Global)"    | "degC"    | "mask[K=25,D=2]*area[D=2]" 
    59  temp_3000m_global   | "thetao"    | ORCA2.3_grid.nc | "(thetao[D=1,K=26:27@AVE])"                        | "Temperature at 2000m (Global)"    | "degC"    | "mask[K=27,D=2]*area[D=2]" 
    60  temp_4000m_global   | "thetao"    | ORCA2.3_grid.nc | "(thetao[D=1,K=28:29@AVE])"                        | "Temperature at 4000m (Global)"    | "degC"    | "mask[K=29,D=2]*area[D=2]" 
    61  temp_5000m_global   | "thetao"    | ORCA2.3_grid.nc | "(thetao[D=1,K=30])"                               | "Temperature at 5000m (Global)"    | "degC"    | "mask[K=30,D=2]*area[D=2]" 
    62  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]" 
    63  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]" 
    64  salini_2000m_global | "so"        | ORCA2.3_grid.nc | "(so[D=1,K=24:25@AVE])"                            | "Salinity at 2000m (Global)"       | "PSU"     | "mask[K=25,D=2]*area[D=2]" 
    65  salini_3000m_global | "so"        | ORCA2.3_grid.nc | "(so[D=1,K=26:27@AVE])"                            | "Salinity at 2000m (Global)"       | "PSU"     | "mask[K=27,D=2]*area[D=2]" 
    66  salini_4000m_global | "so"        | ORCA2.3_grid.nc | "(so[D=1,K=28:29@AVE])"                            | "Salinity at 4000m (Global)"       | "PSU"     | "mask[K=29,D=2]*area[D=2]" 
    67  salini_5000m_global | "so"        | ORCA2.3_grid.nc | "(so[D=1,K=30])"                                   | "Salinity at 5000m (Global)"       | "PSU"     | "mask[K=30,D=2]*area[D=2]" 
    68  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])" 
    69  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])" 
    70  sosstsst_30N_50N    | "tos"       | ORCA2.3_grid.nc | "(tos[D=1])" | "Sea Surface Temperature (30N-50N)" | "degC"  | "(IF lat[D=2] GE  30 AND lat[D=2] LE  50 THEN mask[K=1,D=2]*area[D=2])" 
    71  sosstsst_10N_30N    | "tos"       | ORCA2.3_grid.nc | "(tos[D=1])" | "Sea Surface Temperature (10N-30N)" | "degC"  | "(IF lat[D=2] GE  10 AND lat[D=2] LE  30 THEN mask[K=1,D=2]*area[D=2])" 
    72  sosstsst_10S_10N    | "tos"       | ORCA2.3_grid.nc | "(tos[D=1])" | "Sea Surface Temperature (10S-10N)" | "degC"  | "(IF lat[D=2] GE -10 AND lat[D=2] LE  10 THEN mask[K=1,D=2]*area[D=2])" 
    73  sosstsst_30S_10S    | "tos"       | ORCA2.3_grid.nc | "(tos[D=1])" | "Sea Surface Temperature (30S-10S)" | "degC"  | "(IF lat[D=2] GE -30 AND lat[D=2] LE -10 THEN mask[K=1,D=2]*area[D=2])" 
    74  sosstsst_50S_30S    | "tos"       | ORCA2.3_grid.nc | "(tos[D=1])" | "Sea Surface Temperature (50S-30S)" | "degC"  | "(IF lat[D=2] GE -50 AND lat[D=2] LE -30 THEN mask[K=1,D=2]*area[D=2])" 
    75  sosstsst_70S_50S    | "tos"       | ORCA2.3_grid.nc | "(tos[D=1])" | "Sea Surface Temperature (70S-50S)" | "degC"  | "(IF                     lat[D=2] LE -50 THEN mask[K=1,D=2]*area[D=2])" 
    76  sosaline_70N_90N    | "sos"       | ORCA2.3_grid.nc | "(sos[D=1])" | "Sea Surface Salinity (70N-90N)"    | "PSU"   | "(IF lat[D=2] GE  70                     THEN mask[K=1,D=2]*area[D=2])" 
    77  sosaline_50N_70N    | "sos"       | ORCA2.3_grid.nc | "(sos[D=1])" | "Sea Surface Salinity (50N-70N)"    | "PSU"   | "(IF lat[D=2] GE  50 AND lat[D=2] LE  70 THEN mask[K=1,D=2]*area[D=2])" 
    78  sosaline_30N_50N    | "sos"       | ORCA2.3_grid.nc | "(sos[D=1])" | "Sea Surface Salinity (30N-50N)"    | "PSU"   | "(IF lat[D=2] GE  30 AND lat[D=2] LE  50 THEN mask[K=1,D=2]*area[D=2])" 
    79  sosaline_10N_30N    | "sos"       | ORCA2.3_grid.nc | "(sos[D=1])" | "Sea Surface Salinity (10N-30N)"    | "PSU"   | "(IF lat[D=2] GE  10 AND lat[D=2] LE  30 THEN mask[K=1,D=2]*area[D=2])" 
    80  sosaline_10S_10N    | "sos"       | ORCA2.3_grid.nc | "(sos[D=1])" | "Sea Surface Salinity (10S-10N)"    | "PSU"   | "(IF lat[D=2] GE -10 AND lat[D=2] LE  10 THEN mask[K=1,D=2]*area[D=2])" 
    81  sosaline_30S_10S    | "sos"       | ORCA2.3_grid.nc | "(sos[D=1])" | "Sea Surface Salinity (30S-10S)"    | "PSU"   | "(IF lat[D=2] GE -30 AND lat[D=2] LE -10 THEN mask[K=1,D=2]*area[D=2])" 
    82  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])" 
    83  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])" 
     40 sosstsst_global     | "tos"       | ORCA2.4.2_grid.nc | "(tos[D=1])"                                       | "Sea Surface Temperature (Global)" | "degC"    | "mask[K=1,D=2]*area[D=2]" 
     41 sosaline_global     | "sos"       | ORCA2.4.2_grid.nc | "(sos[D=1])"                                       | "Sea Surface Salinity (Global)"    | "PSU"     | "mask[K=1,D=2]*area[D=2]" 
     42 sossheig_global     | "zos"       | ORCA2.4.2_grid.nc | "(zos[D=1])"                                       | "Sea Surface Heigh (Global)"       | "m"       | "mask[K=1,D=2]*area[D=2]" 
     43 wfo_global          | "wfo"       | ORCA2.4.2_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.4.2_grid.nc | "(friver[D=1])"                                    | "River input (Global)"             | "kg/m2/s" | "mask[K=1,D=2]*area[D=2]" 
     45 friver_int          | "friver"    | ORCA2.4.2_grid.nc | "(friver[d=1]*mask[k=1,d=2]*area[d=2]*1E-9)"                                                                                    | "River input"             | "Sv"  | "2" 
     46 friver_coastal      | "friver"    | ORCA2.4.2_grid.nc | "(if missing(maskdraw[k=1,d=2],0.1) ne missing(maskdraw[i=@sbx,j=@sbx,k=1,d=2],0.1) then mask[k=1]*area[d=2]*friver[d=1]*1E-9)" | "Coastal river input"     | "Sv"  | "2" 
     47 friver_noncoastal   | "friver"    | ORCA2.4.2_grid.nc | "(if missing(maskdraw[k=1,d=2],0.1) eq missing(maskdraw[i=@sbx,j=@sbx,k=1,d=2],0.1) then mask[k=1]*area[d=2]*friver[d=1]*1E-9)" | "Non coastal river input" | "Sv"  | "2" 
     48 hc300_global        | "hc300"     | ORCA2.4.2_grid.nc | "(hc300[D=1])"                                     | "Heat content 300 m (Global)"      | "W"       | "mask[K=1,D=2]*area[D=2]" 
     49 sohefldo_global     | "sohefldo"  | ORCA2.4.2_grid.nc | "(nshfls[D=1]+rsntds[D=1])"                        | "Net Downward Heat Flux (Global)"  | "W/m^2"   | "mask[K=1,D=2]*area[D=2]" 
     50 nadw_ocean          | "msftyz"     |       ""        | "(msftyz[Z=500:6000@MAX,J=90:120@MAX,L=2,D=1])"      | "North Atlantic Deep Water"        | "Sv"      | "1" 
     51 npdw_ocean          | "msftyz"     |       ""        | "(msftyz[Z=500:6000@MAX,J=90:120@MAX,L=3,D=1])"      | "North Pacific Deep Water"         | "Sv"      | "1" 
     52 aabw_ocean          | "msftyz"     |       ""        | "(msftyz[Z=2000:6000@MAX,J=37:118@MAX,L=1,D=1])"     | "Antarctic Bottom Water"           | "Sv"      | "1" 
     53 deacon_ocean        | "msftyz"     |       ""        | "(msftyz[Z=2000:6000@MAX,J=2:50@MAX,L=1,D=1])"       | "Deacon Cell"                      | "Sv"      | "1" 
     54 somxl010_north      | "mldr10_1"  | ORCA2.4.2_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])" 
     55 somxl010_south      | "mldr10_1"  | ORCA2.4.2_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])" 
     56 temp_500m_global    | "thetao"    | ORCA2.4.2_grid.nc | "(thetao[D=1,K=20])"                               | "Temperature at 500m (Global)"     | "degC"    | "mask[K=20,D=2]*area[D=2]" 
     57 temp_1000m_global   | "thetao"    | ORCA2.4.2_grid.nc | "(thetao[D=1,K=22])"                               | "Temperature at 1000m (Global)"    | "degC"    | "mask[K=22,D=2]*area[D=2]" 
     58 temp_2000m_global   | "thetao"    | ORCA2.4.2_grid.nc | "(thetao[D=1,K=24:25@AVE])"                        | "Temperature at 2000m (Global)"    | "degC"    | "mask[K=25,D=2]*area[D=2]" 
     59 temp_3000m_global   | "thetao"    | ORCA2.4.2_grid.nc | "(thetao[D=1,K=26:27@AVE])"                        | "Temperature at 2000m (Global)"    | "degC"    | "mask[K=27,D=2]*area[D=2]" 
     60 temp_4000m_global   | "thetao"    | ORCA2.4.2_grid.nc | "(thetao[D=1,K=28:29@AVE])"                        | "Temperature at 4000m (Global)"    | "degC"    | "mask[K=29,D=2]*area[D=2]" 
     61 temp_5000m_global   | "thetao"    | ORCA2.4.2_grid.nc | "(thetao[D=1,K=30])"                               | "Temperature at 5000m (Global)"    | "degC"    | "mask[K=30,D=2]*area[D=2]" 
     62 salini_500m_global  | "so"        | ORCA2.4.2_grid.nc | "(so[D=1,K=20])"                                   | "Salinity at 500m (Global)"        | "PSU"     | "mask[K=20,D=2]*area[D=2]" 
     63 salini_1000m_global | "so"        | ORCA2.4.2_grid.nc | "(so[D=1,K=23])"                                   | "Salinity at 1000m (Global)"       | "PSU"     | "mask[K=23,D=2]*area[D=2]" 
     64 salini_2000m_global | "so"        | ORCA2.4.2_grid.nc | "(so[D=1,K=24:25@AVE])"                            | "Salinity at 2000m (Global)"       | "PSU"     | "mask[K=25,D=2]*area[D=2]" 
     65 salini_3000m_global | "so"        | ORCA2.4.2_grid.nc | "(so[D=1,K=26:27@AVE])"                            | "Salinity at 2000m (Global)"       | "PSU"     | "mask[K=27,D=2]*area[D=2]" 
     66 salini_4000m_global | "so"        | ORCA2.4.2_grid.nc | "(so[D=1,K=28:29@AVE])"                            | "Salinity at 4000m (Global)"       | "PSU"     | "mask[K=29,D=2]*area[D=2]" 
     67 salini_5000m_global | "so"        | ORCA2.4.2_grid.nc | "(so[D=1,K=30])"                                   | "Salinity at 5000m (Global)"       | "PSU"     | "mask[K=30,D=2]*area[D=2]" 
     68 sosstsst_70N_90N    | "tos"       | ORCA2.4.2_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])" 
     69 sosstsst_50N_70N    | "tos"       | ORCA2.4.2_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])" 
     70 sosstsst_30N_50N    | "tos"       | ORCA2.4.2_grid.nc | "(tos[D=1])" | "Sea Surface Temperature (30N-50N)" | "degC"  | "(IF lat[D=2] GE  30 AND lat[D=2] LE  50 THEN mask[K=1,D=2]*area[D=2])" 
     71 sosstsst_10N_30N    | "tos"       | ORCA2.4.2_grid.nc | "(tos[D=1])" | "Sea Surface Temperature (10N-30N)" | "degC"  | "(IF lat[D=2] GE  10 AND lat[D=2] LE  30 THEN mask[K=1,D=2]*area[D=2])" 
     72 sosstsst_10S_10N    | "tos"       | ORCA2.4.2_grid.nc | "(tos[D=1])" | "Sea Surface Temperature (10S-10N)" | "degC"  | "(IF lat[D=2] GE -10 AND lat[D=2] LE  10 THEN mask[K=1,D=2]*area[D=2])" 
     73 sosstsst_30S_10S    | "tos"       | ORCA2.4.2_grid.nc | "(tos[D=1])" | "Sea Surface Temperature (30S-10S)" | "degC"  | "(IF lat[D=2] GE -30 AND lat[D=2] LE -10 THEN mask[K=1,D=2]*area[D=2])" 
     74 sosstsst_50S_30S    | "tos"       | ORCA2.4.2_grid.nc | "(tos[D=1])" | "Sea Surface Temperature (50S-30S)" | "degC"  | "(IF lat[D=2] GE -50 AND lat[D=2] LE -30 THEN mask[K=1,D=2]*area[D=2])" 
     75 sosstsst_70S_50S    | "tos"       | ORCA2.4.2_grid.nc | "(tos[D=1])" | "Sea Surface Temperature (70S-50S)" | "degC"  | "(IF                     lat[D=2] LE -50 THEN mask[K=1,D=2]*area[D=2])" 
     76 sosaline_70N_90N    | "sos"       | ORCA2.4.2_grid.nc | "(sos[D=1])" | "Sea Surface Salinity (70N-90N)"    | "PSU"   | "(IF lat[D=2] GE  70                     THEN mask[K=1,D=2]*area[D=2])" 
     77 sosaline_50N_70N    | "sos"       | ORCA2.4.2_grid.nc | "(sos[D=1])" | "Sea Surface Salinity (50N-70N)"    | "PSU"   | "(IF lat[D=2] GE  50 AND lat[D=2] LE  70 THEN mask[K=1,D=2]*area[D=2])" 
     78 sosaline_30N_50N    | "sos"       | ORCA2.4.2_grid.nc | "(sos[D=1])" | "Sea Surface Salinity (30N-50N)"    | "PSU"   | "(IF lat[D=2] GE  30 AND lat[D=2] LE  50 THEN mask[K=1,D=2]*area[D=2])" 
     79 sosaline_10N_30N    | "sos"       | ORCA2.4.2_grid.nc | "(sos[D=1])" | "Sea Surface Salinity (10N-30N)"    | "PSU"   | "(IF lat[D=2] GE  10 AND lat[D=2] LE  30 THEN mask[K=1,D=2]*area[D=2])" 
     80 sosaline_10S_10N    | "sos"       | ORCA2.4.2_grid.nc | "(sos[D=1])" | "Sea Surface Salinity (10S-10N)"    | "PSU"   | "(IF lat[D=2] GE -10 AND lat[D=2] LE  10 THEN mask[K=1,D=2]*area[D=2])" 
     81 sosaline_30S_10S    | "sos"       | ORCA2.4.2_grid.nc | "(sos[D=1])" | "Sea Surface Salinity (30S-10S)"    | "PSU"   | "(IF lat[D=2] GE -30 AND lat[D=2] LE -10 THEN mask[K=1,D=2]*area[D=2])" 
     82 sosaline_50S_30S    | "sos"       | ORCA2.4.2_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])" 
     83 sosaline_70S_50S    | "sos"       | ORCA2.4.2_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])" 
     84 hc_ocean            | "scvoltot sctemtot" |       ""   | "(scvoltot[d=1]*sctemtot[d=2]*1026.*3991.86795711963/5.1011127E+14)"     | "ocean heat content"                 | "J/m2"    | "1" 
     85 hc_ice              | "ibgheat_tot"       |       ""   | "ibgheat_tot[d=1]*1.e20/5.1011127E+14"                                   | "ocean sea ice heat content"         | "J/m2"    | "1" 
     86 hc_snow             | "sbgheat_tot"       |       ""   | "sbgheat_tot[d=1]*1.e20/5.1011127E+14"                                   | "ocean snow on sea ice heat content" | "J/m2"    | "1" 
     87#----------------------------------------------------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/POST/monitoring01_pisces_ORCA1.cfg

    r4912 r6601  
    4949 tdenit_global  | "tdenit"   |       ""   | "tdenit[d=1]"   | "Total denitrification"                               | "TgN/yr"   | "1" 
    5050 tnfix_global   | "tnfix"    |       ""   | "tnfix[d=1]"    | "global total nitrogen fixation"                      | "TgN/yr"   | "1" 
     51 n2oflx_global  | "N2Oflx"   | eORCA1.4.2_grid.nc | "(N2Oflx[d=1]*mask[k=1,d=2]*area[d=2]*14*86400*365*1E-12)"  | "Total flux of N2O"  | "TgN/yr"  | "2" 
     52 dmsflx_global  | "DMSflx"   | eORCA1.4.2_grid.nc | "(DMSflx[d=1]*mask[k=1,d=2]*area[d=2]*16*86400*365*1E-12)"  | "Total flux of DMS"  | "TgS/yr"  | "2" 
     53 ispflx_global  | "ISPflx"   | eORCA1.4.2_grid.nc | "(ISPflx[d=1]*mask[k=1,d=2]*area[d=2]*14*86400*365*1E-12)"  | "Total flux of Isoprene"  | "TgC/yr"  | "2" 
     54 ocsflx_global  | "COSflx"   | eORCA1.4.2_grid.nc | "(COSflx[d=1]*mask[k=1,d=2]*area[d=2]*14*86400*365*1E-12)"  | "Total flux of Carbonyl Sulfide"  | "TgC/yr"  | "2" 
     55 coflx_global   | "COflx"    | eORCA1.4.2_grid.nc | "(COflx[d=1]*mask[k=1,d=2]*area[d=2]*14*86400*365*1E-12)"  | "Total flux of Carbon Monoxide"  | "TgC/yr"  | "2" 
    5156#----------------------------------------------------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/POST/monitoring01_pisces_ORCA2.cfg

    r5684 r6601  
    3939#  field | files patterns | files additionnal  | operations | title | units | calcul of area 
    4040#----------------------------------------------------------------------------------------------------------------- 
    41  no3_global  | "NO3"      | "ORCA2.3_grid.nc"  | "(NO3[d=1,k=1])"               | "Nitrate Concentration at surface"      | "mmol/m3"    | "mask[d=2,k=1]*area[d=2]" 
    42  dic_global  | "DIC"      | "ORCA2.3_grid.nc"  | "(DIC[d=1,k=1])"               | "DIC Concentration at surface"          | "mmol/m3"    | "mask[d=2,k=1]*area[d=2]" 
    43  alk_global  | "Alkalini" | "ORCA2.3_grid.nc"  | "(Alkalini[d=1,k=1])"          | "Alkalinity Concentration  at surface"  | "mmol/m3"    | "mask[d=2,k=1]*area[d=2]" 
    44  o2_global   | "O2"       | "ORCA2.3_grid.nc"  | "(O2[d=1,k=1])"                | "Oxygen Concentration at surface"       | "mmol/m3"    | "mask[d=2,k=1]*area[d=2]" 
    45  si_global   | "Si"       | "ORCA2.3_grid.nc"  | "(Si[d=1,k=1])"                | "Silicate Concentration at surface"     | "mmol/m3"    | "mask[d=2,k=1]*area[d=2]" 
    46  po4_global  | "PO4"      | "ORCA2.3_grid.nc"  | "(PO4[d=1,k=1])"               | "Phosphorus Concentration  at surface"  | "mmol/m3"    | "mask[d=2,k=1]*area[d=2]" 
    47  cflx_global | "Cflx"     | "ORCA2.3_grid.nc"  | "(Cflx[d=1]*3600*24*365*12)"   | "Ocean carbon flux (GLOBAL)"            | "gC/m2/yr"   | "mask[k=1,d=2]*area[d=2]" 
    48  epc_global  | "EPC100"   | "ORCA2.3_grid.nc"  | "(EPC100[d=1]*3600*24*365*12)" | "Carbon export at 100m (GLOBAL)"        | "gC/m2/yr"   | "mask[k=1,d=2]*area[d=2]" 
     41 no3_global     | "pno3tot"  |       ""   | "pno3tot[d=1]"  | "global mean nitrogen concentration"                  | "umolN"    | "1" 
     42 po4_global     | "ppo4tot"  |       ""   | "ppo4tot[d=1]"  | "global mean phosphorus concentration"                | "umolP"    | "1" 
     43 sil_global     | "psiltot"  |       ""   | "psiltot[d=1]"  | "global mean silicate concentration"                  | "umolC"    | "1" 
     44 fer_global     | "pfertot"  |       ""   | "pfertot[d=1]"  | "global mean iron concentration"                      | "nmolFe"   | "1" 
     45 alk_global     | "palktot"  |       ""   | "palktot[d=1]"  | "global mean alkalinity concentration"                | "umolC"    | "1" 
     46 cflx_global    | "tcflx"    |       ""   | "tcflx[d=1]"    | "total flux of Carbon out of the ocean"               | "PgC/yr"   | "1" 
     47 epc_global     | "tcexp"    |       ""   | "tcexp[d=1]"    | "total flux of Carbon export at 100m"                 | "PgC/yr"   | "1" 
     48 tintpp_global  | "tintpp"   |       ""   | "tintpp[d=1]"   | "global total integrated primary production"          | "PgC/yr"   | "1" 
     49 tdenit_global  | "tdenit"   |       ""   | "tdenit[d=1]"   | "Total denitrification"                               | "TgN/yr"   | "1" 
     50 tnfix_global   | "tnfix"    |       ""   | "tnfix[d=1]"    | "global total nitrogen fixation"                      | "TgN/yr"   | "1" 
    4951#----------------------------------------------------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/POST/monitoring01_si3_ORCA1.cfg

    r5684 r6601  
    4343# icesurf_south   | "siconc"  | eORCA1.1_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" 
    4444# Temporary fix 
    45  siconc_north    | "sivolu sithic"  | eORCA1.3_grid.nc | "(sivolu[d=1]/sithic[d=2])"   | "Ice Fraction (NORTH)"            | "-"     | "if lat[d=3] ge 0 then mask[k=1,d=3]*area[d=3]"  
    46  siconc_south    | "sivolu sithic"  | eORCA1.3_grid.nc | "(sivolu[d=1]/sithic[d=2])"   | "Ice Fraction (SOUTH)"            | "-"     | "if lat[d=3] le 0 then mask[k=1,d=3]*area[d=3]" 
    47  snowvol_north   | "snvolu"  | eORCA1.3_grid.nc | "(if lat[d=2] ge 0 then snvolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Snow Volume (NORTH)"   | "m3"    | "2" 
    48  snowvol_south   | "snvolu"  | eORCA1.3_grid.nc | "(if lat[d=2] le 0 then snvolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Snow Volume  (SOUTH)"    | "m3"    | "2" 
    49  icevol_north    | "sivolu"  | eORCA1.3_grid.nc | "(if lat[d=2] ge 0 then sivolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Ice Volume (NORTH)"   | "m3"    | "2" 
    50  icevol_north_MAR    | "sivolu"  | eORCA1.3_grid.nc  | "(if lat[d=2] ge 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"MAR\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (NORTH) (March)"   | "m3" | "2" | "@FNR" 
    51  icevol_north_SEP_prio    | "sivolu"  | eORCA1.3_grid.nc  | "(if lat[d=2] ge 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"SEP\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (NORTH) (September)"   | "m3" | "2" | "@FNR" 
    52  icevol_south    | "sivolu"  | eORCA1.3_grid.nc | "(if lat[d=2] le 0 then sivolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Ice Volume (SOUTH)"   | "m3"    | "2"   
    53  icevol_south_MAR    | "sivolu"  | eORCA1.3_grid.nc  | "(if lat[d=2] le 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"MAR\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (SOUTH) (March)"   | "m3" | "2" | "@FNR" 
    54  icevol_south_SEP    | "sivolu"  | eORCA1.3_grid.nc  | "(if lat[d=2] le 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"SEP\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (SOUTH) (September)"   | "m3" | "2" | "@FNR" 
    55  iicethic_north  | "sithic"  | eORCA1.3_grid.nc | "(sithic[d=1])"   | "Ice thickness (NORTH)"           | "m"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
    56  iicethic_south  | "sithic"  | eORCA1.3_grid.nc | "(sithic[d=1])"   | "Ice thickness (SOUTH)"           | "m"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
    57  isnowthi_north  | "snvolu"  | eORCA1.3_grid.nc | "(snvolu[d=1])"   | "Snow thickness (NORTH)"          | "m"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
    58  isnowthi_south  | "snvolu"  | eORCA1.3_grid.nc | "(snvolu[d=1])"   | "Snow thickness (SOUTH)"          | "m"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
     45 siconc_north    | "sivolu sithic"  | eORCA1.4.2_grid.nc | "(sivolu[d=1]/sithic[d=2])"   | "Ice Fraction (NORTH)"            | "-"     | "if lat[d=3] ge 0 then mask[k=1,d=3]*area[d=3]"  
     46 siconc_south    | "sivolu sithic"  | eORCA1.4.2_grid.nc | "(sivolu[d=1]/sithic[d=2])"   | "Ice Fraction (SOUTH)"            | "-"     | "if lat[d=3] le 0 then mask[k=1,d=3]*area[d=3]" 
     47 snowvol_north   | "snvolu"  | eORCA1.4.2_grid.nc | "(if lat[d=2] ge 0 then snvolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Snow Volume (NORTH)"   | "m3"    | "2" 
     48 snowvol_south   | "snvolu"  | eORCA1.4.2_grid.nc | "(if lat[d=2] le 0 then snvolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Snow Volume  (SOUTH)"    | "m3"    | "2" 
     49 icevol_north    | "sivolu"  | eORCA1.4.2_grid.nc | "(if lat[d=2] ge 0 then sivolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Ice Volume (NORTH)"   | "m3"    | "2" 
     50 icevol_north_MAR    | "sivolu"  | eORCA1.4.2_grid.nc  | "(if lat[d=2] ge 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"MAR\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (NORTH) (March)"   | "m3" | "2" | "@FNR" 
     51 icevol_north_SEP_prio    | "sivolu"  | eORCA1.4.2_grid.nc  | "(if lat[d=2] ge 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"SEP\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (NORTH) (September)"   | "m3" | "2" | "@FNR" 
     52 icevol_south    | "sivolu"  | eORCA1.4.2_grid.nc | "(if lat[d=2] le 0 then sivolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Ice Volume (SOUTH)"   | "m3"    | "2"   
     53 icevol_south_MAR    | "sivolu"  | eORCA1.4.2_grid.nc  | "(if lat[d=2] le 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"MAR\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (SOUTH) (March)"   | "m3" | "2" | "@FNR" 
     54 icevol_south_SEP    | "sivolu"  | eORCA1.4.2_grid.nc  | "(if lat[d=2] le 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"SEP\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (SOUTH) (September)"   | "m3" | "2" | "@FNR" 
     55 iicethic_north  | "sithic"  | eORCA1.4.2_grid.nc | "(sithic[d=1])"   | "Ice thickness (NORTH)"           | "m"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
     56 iicethic_south  | "sithic"  | eORCA1.4.2_grid.nc | "(sithic[d=1])"   | "Ice thickness (SOUTH)"           | "m"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
     57 isnowthi_north  | "snvolu"  | eORCA1.4.2_grid.nc | "(snvolu[d=1])"   | "Snow thickness (NORTH)"          | "m"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
     58 isnowthi_south  | "snvolu"  | eORCA1.4.2_grid.nc | "(snvolu[d=1])"   | "Snow thickness (SOUTH)"          | "m"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
    5959# Following fields should be weighted by siconc 
    60  sisali_north    | "sisali"  | eORCA1.3_grid.nc | "(sisali[d=1])"   | "Ice Salinity (NORTH)"            | "PSS"   | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
    61  sisali_south    | "sisali"  | eORCA1.3_grid.nc | "(sisali[d=1])"   | "Ice Salinity (NORTH)"            | "PSS"   | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
    62  sitemp_north    | "sitemp"  | eORCA1.3_grid.nc | "(sitemp[d=1])"   | "Ice Temperature (NORTH)"         | "C"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
    63  sitemp_south    | "sitemp"  | eORCA1.3_grid.nc | "(sitemp[d=1])"   | "Ice Temperature (SOUTH)"         | "C"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
    64  sistem_north    | "sistem"  | eORCA1.3_grid.nc | "(sistem[d=1])"   | "Ice Surface Temperature (NORTH)" | "C"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
    65  sistem_south    | "sistem"  | eORCA1.3_grid.nc | "(sistem[d=1])"   | "Ice Surface Temperature (SOUTH)" | "C"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
     60 sisali_north    | "sisali"  | eORCA1.4.2_grid.nc | "(sisali[d=1])"   | "Ice Salinity (NORTH)"            | "PSS"   | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
     61 sisali_south    | "sisali"  | eORCA1.4.2_grid.nc | "(sisali[d=1])"   | "Ice Salinity (NORTH)"            | "PSS"   | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
     62 sitemp_north    | "sitemp"  | eORCA1.4.2_grid.nc | "(sitemp[d=1])"   | "Ice Temperature (NORTH)"         | "C"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
     63 sitemp_south    | "sitemp"  | eORCA1.4.2_grid.nc | "(sitemp[d=1])"   | "Ice Temperature (SOUTH)"         | "C"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
     64 sistem_north    | "sistem"  | eORCA1.4.2_grid.nc | "(sistem[d=1])"   | "Ice Surface Temperature (NORTH)" | "C"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
     65 sistem_south    | "sistem"  | eORCA1.4.2_grid.nc | "(sistem[d=1])"   | "Ice Surface Temperature (SOUTH)" | "C"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
    6666#----------------------------------------------------------------------------------------------------------------- 
    6767 
  • CONFIG/UNIFORM/v6/NEMO_v6.5/GENERAL/POST/monitoring01_si3_ORCA2.cfg

    r4912 r6601  
    3838#----------------------------------------------------------------------------------------------------------------- 
    3939# Commented until siconc is fixes in icemod.nc 
    40 # siconc_north    | "siconc"  | eORCA1.1_grid.nc | "(siconc[d=1])"   | "Ice Fraction (NORTH)"            | "-"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
    41 # siconc_south    | "siconc"  | eORCA1.1_grid.nc | "(siconc[d=1])"   | "Ice Fraction (SOUTH)"            | "-"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
    42 # icesurf_north   | "siconc"  | eORCA1.1_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" 
    43 # icesurf_south   | "siconc"  | eORCA1.1_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" 
     40# siconc_north    | "siconc"  | ORCA2.4.2_grid.nc | "(siconc[d=1])"   | "Ice Fraction (NORTH)"            | "-"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
     41# siconc_south    | "siconc"  | ORCA2.4.2_grid.nc | "(siconc[d=1])"   | "Ice Fraction (SOUTH)"            | "-"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
     42# icesurf_north   | "siconc"  | ORCA2.4.2_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" 
     43# icesurf_south   | "siconc"  | ORCA2.4.2_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" 
    4444# Temporary fix 
    45  siconc_north    | "sivolu sithic"  | ORCA2.3_grid.nc | "(sivolu[d=1]/sithic[d=2])"   | "Ice Fraction (NORTH)"            | "-"     | "if lat[d=3] ge 0 then mask[k=1,d=3]*area[d=3]"  
    46  siconc_south    | "sivolu sithic"  | ORCA2.3_grid.nc | "(sivolu[d=1]/sithic[d=2])"   | "Ice Fraction (SOUTH)"            | "-"     | "if lat[d=3] le 0 then mask[k=1,d=3]*area[d=3]" 
    47  snowvol_north   | "snvolu"  | ORCA2.3_grid.nc | "(if lat[d=2] ge 0 then snvolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Snow Volume (NORTH)"   | "m3"    | "2" 
    48  snowvol_south   | "snvolu"  | ORCA2.3_grid.nc | "(if lat[d=2] le 0 then snvolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Snow Volume  (SOUTH)"    | "m3"    | "2" 
    49  icevol_north    | "sivolu"  | ORCA2.3_grid.nc | "(if lat[d=2] ge 0 then sivolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Ice Volume (NORTH)"   | "m3"    | "2" 
    50  icevol_north_MAR    | "sivolu"  | ORCA2.3_grid.nc  | "(if lat[d=2] ge 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"MAR\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (NORTH) (March)"   | "m3" | "2" | "@FNR" 
    51  icevol_north_SEP_prio    | "sivolu"  | ORCA2.3_grid.nc  | "(if lat[d=2] ge 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"SEP\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (NORTH) (September)"   | "m3" | "2" | "@FNR" 
    52  icevol_south    | "sivolu"  | ORCA2.3_grid.nc | "(if lat[d=2] le 0 then sivolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Ice Volume (SOUTH)"   | "m3"    | "2"   
    53  icevol_south_MAR    | "sivolu"  | ORCA2.3_grid.nc  | "(if lat[d=2] le 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"MAR\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (SOUTH) (March)"   | "m3" | "2" | "@FNR" 
    54  icevol_south_SEP    | "sivolu"  | ORCA2.3_grid.nc  | "(if lat[d=2] le 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"SEP\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (SOUTH) (September)"   | "m3" | "2" | "@FNR" 
    55  iicethic_north  | "sithic"  | ORCA2.3_grid.nc | "(sithic[d=1])"   | "Ice thickness (NORTH)"           | "m"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
    56  iicethic_south  | "sithic"  | ORCA2.3_grid.nc | "(sithic[d=1])"   | "Ice thickness (SOUTH)"           | "m"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
    57  isnowthi_north  | "snvolu"  | ORCA2.3_grid.nc | "(snvolu[d=1])"   | "Snow thickness (NORTH)"          | "m"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
    58  isnowthi_south  | "snvolu"  | ORCA2.3_grid.nc | "(snvolu[d=1])"   | "Snow thickness (SOUTH)"          | "m"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
     45 siconc_north    | "sivolu sithic"  | ORCA2.4.2_grid.nc | "(sivolu[d=1]/sithic[d=2])"   | "Ice Fraction (NORTH)"            | "-"     | "if lat[d=3] ge 0 then mask[k=1,d=3]*area[d=3]"  
     46 siconc_south    | "sivolu sithic"  | ORCA2.4.2_grid.nc | "(sivolu[d=1]/sithic[d=2])"   | "Ice Fraction (SOUTH)"            | "-"     | "if lat[d=3] le 0 then mask[k=1,d=3]*area[d=3]" 
     47 snowvol_north   | "snvolu"  | ORCA2.4.2_grid.nc | "(if lat[d=2] ge 0 then snvolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Snow Volume (NORTH)"   | "m3"    | "2" 
     48 snowvol_south   | "snvolu"  | ORCA2.4.2_grid.nc | "(if lat[d=2] le 0 then snvolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Snow Volume  (SOUTH)"    | "m3"    | "2" 
     49 icevol_north    | "sivolu"  | ORCA2.4.2_grid.nc | "(if lat[d=2] ge 0 then sivolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Ice Volume (NORTH)"   | "m3"    | "2" 
     50 icevol_north_MAR    | "sivolu"  | ORCA2.4.2_grid.nc  | "(if lat[d=2] ge 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"MAR\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (NORTH) (March)"   | "m3" | "2" | "@FNR" 
     51 icevol_north_SEP_prio    | "sivolu"  | ORCA2.4.2_grid.nc  | "(if lat[d=2] ge 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"SEP\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (NORTH) (September)"   | "m3" | "2" | "@FNR" 
     52 icevol_south    | "sivolu"  | ORCA2.4.2_grid.nc | "(if lat[d=2] le 0 then sivolu[d=1]*mask[k=1,d=2]*area[d=2])"   | "Ice Volume (SOUTH)"   | "m3"    | "2"   
     53 icevol_south_MAR    | "sivolu"  | ORCA2.4.2_grid.nc  | "(if lat[d=2] le 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"MAR\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (SOUTH) (March)"   | "m3" | "2" | "@FNR" 
     54 icevol_south_SEP    | "sivolu"  | ORCA2.4.2_grid.nc  | "(if lat[d=2] le 0 and STRINDEX(TAX_DATESTRING(t[gt=sivolu[d=1]], sivolu[i=1,j=1,k=1,d=1], \"month\"), \"SEP\") then sivolu[d=1]*area[d=2]*mask[k=1,d=2])" | "Ice volume (SOUTH) (September)"   | "m3" | "2" | "@FNR" 
     55 iicethic_north  | "sithic"  | ORCA2.4.2_grid.nc | "(sithic[d=1])"   | "Ice thickness (NORTH)"           | "m"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
     56 iicethic_south  | "sithic"  | ORCA2.4.2_grid.nc | "(sithic[d=1])"   | "Ice thickness (SOUTH)"           | "m"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
     57 isnowthi_north  | "snvolu"  | ORCA2.4.2_grid.nc | "(snvolu[d=1])"   | "Snow thickness (NORTH)"          | "m"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
     58 isnowthi_south  | "snvolu"  | ORCA2.4.2_grid.nc | "(snvolu[d=1])"   | "Snow thickness (SOUTH)"          | "m"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
    5959# Following fields should be weighted by siconc 
    60  sisali_north    | "sisali"  | ORCA2.3_grid.nc | "(sisali[d=1])"   | "Ice Salinity (NORTH)"            | "PSS"   | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
    61  sisali_south    | "sisali"  | ORCA2.3_grid.nc | "(sisali[d=1])"   | "Ice Salinity (NORTH)"            | "PSS"   | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
    62  sitemp_north    | "sitemp"  | ORCA2.3_grid.nc | "(sitemp[d=1])"   | "Ice Temperature (NORTH)"         | "C"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
    63  sitemp_south    | "sitemp"  | ORCA2.3_grid.nc | "(sitemp[d=1])"   | "Ice Temperature (SOUTH)"         | "C"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
    64  sistem_north    | "sistem"  | ORCA2.3_grid.nc | "(sistem[d=1])"   | "Ice Surface Temperature (NORTH)" | "C"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
    65  sistem_south    | "sistem"  | ORCA2.3_grid.nc | "(sistem[d=1])"   | "Ice Surface Temperature (SOUTH)" | "C"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
     60 sisali_north    | "sisali"  | ORCA2.4.2_grid.nc | "(sisali[d=1])"   | "Ice Salinity (NORTH)"            | "PSS"   | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
     61 sisali_south    | "sisali"  | ORCA2.4.2_grid.nc | "(sisali[d=1])"   | "Ice Salinity (NORTH)"            | "PSS"   | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
     62 sitemp_north    | "sitemp"  | ORCA2.4.2_grid.nc | "(sitemp[d=1])"   | "Ice Temperature (NORTH)"         | "C"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
     63 sitemp_south    | "sitemp"  | ORCA2.4.2_grid.nc | "(sitemp[d=1])"   | "Ice Temperature (SOUTH)"         | "C"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
     64 sistem_north    | "sistem"  | ORCA2.4.2_grid.nc | "(sistem[d=1])"   | "Ice Surface Temperature (NORTH)" | "C"     | "if lat[d=2] ge 0 then mask[k=1,d=2]*area[d=2]" 
     65 sistem_south    | "sistem"  | ORCA2.4.2_grid.nc | "(sistem[d=1])"   | "Ice Surface Temperature (SOUTH)" | "C"     | "if lat[d=2] le 0 then mask[k=1,d=2]*area[d=2]" 
    6666#----------------------------------------------------------------------------------------------------------------- 
    6767 
Note: See TracChangeset for help on using the changeset viewer.