New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11692 for NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/namelists – NEMO

Ignore:
Timestamp:
2019-10-12T16:08:18+02:00 (5 years ago)
Author:
francesca
Message:

Update branch to integrate the development starting from the current v4.01 ready trunk

Location:
NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc
Files:
1 deleted
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc

    • Property svn:externals set to
      ^/utils/badges badges
      ^/utils/logos logos
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/namelists/nam_diaharm

    r10075 r11692  
    11!----------------------------------------------------------------------- 
    2 &nam_diaharm   !   Harmonic analysis of tidal constituents              ("key_diaharm") 
     2&nam_diaharm   !   Harmonic analysis of tidal constituents              (default: OFF) 
    33!----------------------------------------------------------------------- 
    4     nit000_han = 1         ! First time step used for harmonic analysis 
    5     nitend_han = 75        ! Last time step used for harmonic analysis 
    6     nstep_han  = 15        ! Time step frequency for harmonic analysis 
    7     tname(1)   = 'M2'      ! Name of tidal constituents 
    8     tname(2)   = 'K1' 
     4    ln_diaharm = .false.   ! Choose tidal harmonic output or not 
     5       nit000_han = 1      !    First time step used for harmonic analysis 
     6       nitend_han = 75     !    Last time step used for harmonic analysis 
     7       nstep_han  = 15     !    Time step frequency for harmonic analysis 
     8       tname(1)   = 'M2'   !    Name of tidal constituents 
     9       tname(2)   = 'K1' 
    910/ 
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/namelists/nambdy

    r11005 r11692  
    2222   nn_ice_dta    =  0         !  = 0, bdy data are equal to the initial state 
    2323   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    24    rn_ice_tem    = 270.       !  si3 only: arbitrary temperature of incoming sea ice 
    25    rn_ice_sal    = 10.        !  si3 only:      --   salinity           -- 
    26    rn_ice_age    = 30.        !  si3 only:      --   age                -- 
    2724   ! 
    2825   ln_tra_dmp    =.false.     !  open boudaries conditions for tracers 
     
    3330   ln_vol        = .false.    !  total volume correction (see nn_volctl parameter) 
    3431   nn_volctl     =  1         !  = 0, the total water flux across open boundaries is zero 
    35    nb_jpk_bdy    = -1         ! number of levels in the bdy data (set < 0 if consistent with planned run) 
    3632/ 
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/namelists/nambdy_dta

    r10075 r11692  
    22&nambdy_dta    !  open boundaries - external data                       (see nam_bdy) 
    33!----------------------------------------------------------------------- 
    4    ln_full_vel = .false.      !  ??? 
    5  
     4   ln_zinterp  = .false.      !  T if a vertical interpolation is required. Variables gdep[tuv] and e3[tuv] must exist in the file 
     5   !                          !  automatically defined to T if the number of vertical levels in bdy dta /= jpk 
     6   ln_full_vel = .false.      !  T if [uv]3d are "full" velocities and not only its baroclinic components 
     7   !                          !  in this case, baroclinic and barotropic velocities will be recomputed -> [uv]2d not needed 
     8   ! 
    69   cn_dir      = 'bdydta/'    !  root directory for the BDY data location 
    710   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     
    1619   bn_sal      = 'amm12_bdyT_tra'        ,         24        , 'vosaline',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    1720!* for si3 
    18 !   bn_a_i     = 'amm12_bdyT_ice'        ,         24        , 'ileadfra',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    19 !   bn_h_i     = 'amm12_bdyT_ice'        ,         24        , 'iicethic',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    20 !   bn_h_s     = 'amm12_bdyT_ice'        ,         24        , 'isnowthi',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     21   bn_a_i      = 'amm12_bdyT_ice'        ,         24.       , 'siconc'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     22   bn_h_i      = 'amm12_bdyT_ice'        ,         24.       , 'sithic'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     23   bn_h_s      = 'amm12_bdyT_ice'        ,         24.       , 'snthic'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     24   bn_t_i      = 'NOT USED'              ,         24.       , 'sitemp'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     25   bn_t_s      = 'NOT USED'              ,         24.       , 'sntemp'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     26   bn_tsu      = 'NOT USED'              ,         24.       , 'sittop'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     27   bn_s_i      = 'NOT USED'              ,         24.       , 'sisalt'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     28   ! melt ponds (be careful, bn_aip is the pond concentration (not fraction), so it differs from rn_iceapnd) 
     29   bn_aip      = 'NOT USED'              ,         24.       , 'siapnd'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     30   bn_hip      = 'NOT USED'              ,         24.       , 'sihpnd'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     31   ! if bn_t_i etc are "not used", then define arbitrary temperatures and salinity and ponds 
     32   rn_ice_tem  = 270.         !  arbitrary temperature               of incoming sea ice 
     33   rn_ice_sal  = 10.          !       --   salinity                            -- 
     34   rn_ice_age  = 30.          !       --   age                                 -- 
     35   rn_ice_apnd = 0.2          !       --   pond fraction = a_ip/a_i            -- 
     36   rn_ice_hpnd = 0.05         !       --   pond depth                          -- 
    2137/ 
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/namelists/namdia

    r11025 r11692  
    22&namdia         !   Diagnostics 
    33!------------------------------------------------------------------------------ 
    4    ln_icediachk     = .false.         !  check online the heat, mass & salt budgets (T) or not (F) 
     4   ln_icediachk     = .false.         !  check online the heat, mass & salt budgets at each time step 
     5      !                               !     rate of ice spuriously gained/lost. For ex., rn_icechk=1. <=> 1mm/year, rn_icechk=0.1 <=> 1mm/10years 
     6      rn_icechk_cel =  1.             !     check at any gridcell           => stops the code if violated (and writes a file) 
     7      rn_icechk_glo =  0.1            !     check over the entire ice cover => only prints warnings 
    58   ln_icediahsb     = .false.         !  output the heat, mass & salt budgets (T) or not (F) 
    69   ln_icectl        = .false.         !  ice points output for debug (T or F) 
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/namelists/namflo

    r10445 r11692  
    11!----------------------------------------------------------------------- 
    2 &namflo        !   float parameters                                     ("key_float") 
     2&namflo        !   float parameters                                     (default: OFF) 
    33!----------------------------------------------------------------------- 
    4    jpnfl       = 1         !  total number of floats during the run 
    5    jpnnewflo   = 0         !  number of floats for the restart 
    6    ln_rstflo   = .false.   !  float restart (T) or not (F) 
    7    nn_writefl  =      75   !  frequency of writing in float output file 
    8    nn_stockfl  =    5475   !  frequency of creation of the float restart file 
    9    ln_argo     = .false.   !  Argo type floats (stay at the surface each 10 days) 
    10    ln_flork4   = .false.   !  trajectories computed with a 4th order Runge-Kutta (T) 
    11    !                       !  or computed with Blanke' scheme (F) 
    12    ln_ariane   = .true.    !  Input with Ariane tool convention(T) 
    13    ln_flo_ascii = .true.    !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
     4   ln_floats   = .false.      ! activate floats or not 
     5      jpnfl       = 1         !    total number of floats during the run 
     6      jpnnewflo   = 0         !    number of floats for the restart 
     7      ln_rstflo   = .false.   !    float restart (T) or not (F) 
     8      nn_writefl  =      75   !    frequency of writing in float output file 
     9      nn_stockfl  =    5475   !    frequency of creation of the float restart file 
     10      ln_argo     = .false.   !    Argo type floats (stay at the surface each 10 days) 
     11      ln_flork4   = .false.   !    trajectories computed with a 4th order Runge-Kutta (T) 
     12      !                       !    or computed with Blanke' scheme (F) 
     13      ln_ariane   = .true.    !    Input with Ariane tool convention(T) 
     14      ln_flo_ascii= .true.    !    Output with Ariane tool netcdf convention(F) or ascii file (T) 
    1415/ 
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/namelists/namhsb

    r10075 r11692  
    22&namhsb        !  Heat and salt budgets                                 (default: OFF) 
    33!----------------------------------------------------------------------- 
    4    ln_diahsb   = .false.   !  check the heat and salt budgets (T) or not (F) 
     4   ln_diahsb   = .false.   !  output the heat and salt budgets (T) or not (F) 
    55/ 
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/namelists/namini

    r11025 r11692  
    44   ln_iceini        = .true.          !  activate ice initialization (T) or not (F) 
    55   ln_iceini_file   = .false.         !  netcdf file provided for initialization (T) or not (F) 
    6    rn_thres_sst     =   2.0           !  max delta temp. above Tfreeze with initial ice = (sst - tfreeze) 
    7    rn_hts_ini_n     =   0.3           !  initial real snow thickness (m), North 
     6   rn_thres_sst     =   2.0           !  max temp. above Tfreeze with initial ice = (sst - tfreeze) 
     7   rn_hti_ini_n     =   3.0           !  initial ice thickness       (m), North 
     8   rn_hti_ini_s     =   1.0           !        "            "             South 
     9   rn_hts_ini_n     =   0.3           !  initial snow thickness      (m), North 
    810   rn_hts_ini_s     =   0.3           !        "            "             South 
    9    rn_hti_ini_n     =   3.0           !  initial real ice thickness  (m), North 
    10    rn_hti_ini_s     =   1.0           !        "            "             South 
    1111   rn_ati_ini_n     =   0.9           !  initial ice concentration   (-), North 
    1212   rn_ati_ini_s     =   0.9           !        "            "             South 
    1313   rn_smi_ini_n     =   6.3           !  initial ice salinity     (g/kg), North 
    1414   rn_smi_ini_s     =   6.3           !        "            "             South 
    15    rn_tmi_ini_n     = 270.            !  initial ice/snw temperature (K), North 
     15   rn_tmi_ini_n     = 270.            !  initial ice temperature    (K), North 
    1616   rn_tmi_ini_s     = 270.            !        "            "             South 
    17  
     17   rn_tsu_ini_n     = 270.            !  initial surface temperature (K), North 
     18   rn_tsu_ini_s     = 270.            !        "            "             South 
     19   rn_tms_ini_n     = 270.            !  initial snw temperature     (K), North 
     20   rn_tms_ini_s     = 270.            !        "            "             South 
     21   rn_apd_ini_n     =   0.2           !  initial pond fraction       (-), North 
     22   rn_apd_ini_s     =   0.2           !        "            "             South 
     23   rn_hpd_ini_n     =   0.05          !  initial pond depth          (m), North 
     24   rn_hpd_ini_s     =   0.05          !        "            "             South 
     25   !        ! if ln_iceini_file=T 
    1826   sn_hti = 'Ice_initialization'    , -12 ,'hti'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    1927   sn_hts = 'Ice_initialization'    , -12 ,'hts'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    2028   sn_ati = 'Ice_initialization'    , -12 ,'ati'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     29   sn_smi = 'Ice_initialization'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     30   sn_tmi = 'Ice_initialization'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    2131   sn_tsu = 'Ice_initialization'    , -12 ,'tsu'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    22    sn_tmi = 'Ice_initialization'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    23    sn_smi = 'Ice_initialization'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     32   sn_tms = 'NOT USED'              , -12 ,'tms'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     33   !      melt ponds (be careful, sn_apd is the pond concentration (not fraction), so it differs from rn_apd) 
     34   sn_apd = 'NOT USED'              , -12 ,'apd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
     35   sn_hpd = 'NOT USED'              , -12 ,'hpd'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    2436   cn_dir='./' 
    2537/ 
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/namelists/nammpp

    r10445 r11692  
    22&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    33!----------------------------------------------------------------------- 
    4    cn_mpi_send =  'I'      !  mpi send/recieve type   ='S', 'B', or 'I' for standard send, 
    5    !                       !  buffer blocking send or immediate non-blocking sends, resp. 
    6    nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
    74   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold 
    85   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
  • NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/namelists/namthd_pnd

    r11025 r11692  
    22&namthd_pnd     !   Melt ponds 
    33!------------------------------------------------------------------------------ 
    4    ln_pnd_H12       = .false.         !  activate evolutive melt ponds (from Holland et al 2012) 
    5    ln_pnd_CST       = .false.         !  activate constant  melt ponds 
    6       rn_apnd       =   0.2           !     prescribed pond fraction, at Tsu=0 degC 
    7       rn_hpnd       =   0.05          !     prescribed pond depth,    at Tsu=0 degC 
    8    ln_pnd_alb       = .false.         !  melt ponds affect albedo or not 
     4   ln_pnd           = .false.         !  activate melt ponds or not 
     5     ln_pnd_H12     = .false.         !  activate evolutive melt ponds (from Holland et al 2012) 
     6     ln_pnd_CST     = .false.         !  activate constant  melt ponds 
     7       rn_apnd      =   0.2           !     prescribed pond fraction, at Tsu=0 degC 
     8       rn_hpnd      =   0.05          !     prescribed pond depth,    at Tsu=0 degC 
     9     ln_pnd_alb     = .false.         !  melt ponds affect albedo or not 
    910/ 
Note: See TracChangeset for help on using the changeset viewer.