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 1670 – NEMO

Changeset 1670


Ignore:
Timestamp:
2009-10-16T09:47:18+02:00 (15 years ago)
Author:
flavoni
Message:

add AUTO in namelist, in IGCM00, see ticket 561

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM/ORCA2_LIM/IGCM00/PARAM/namelist

    r1669 r1670  
    2424!----------------------------------------------------------------------- 
    2525   nn_no       =       0   !  job number 
    26    cn_exp      =  "ORCA2"  !  experience name  
    27    nn_it000    =       1   !  first time step 
    28    nn_itend    =    5475   !  last  time step (std 5475) 
    29    nn_date0    =  010101   !  initial calendar date yymmdd (used if nrstdt=1) 
    30    nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
     26   cn_exp      =  "ORCA2"  !  AUTO - experience name  
     27   nn_it000    =       1   !  AUTO - first time step 
     28   nn_itend    =    5475   !  AUTO - last  time step (std 5475) 
     29   nn_date0    =  010101   !  AUTO - initial calendar date yymmdd (used if nrstdt=1) 
     30   nn_leapy    =       0   !  AUTO - Leap year calendar (1) or not (0) 
    3131   nn_istate   =       0   !  output the initial state (1) or not (0) 
    32    nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
    33    nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nit000) 
     32   nn_stock    =    5475   !  AUTO - frequency of creation of a restart file (modulo referenced to 1) 
     33   nn_write    =    5475   !  AUTO - frequency of write in the output file   (modulo referenced to nit000) 
    3434   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    3535   ln_mskland  = .true.    !  mask land points in NetCDF outputs (costly: + ~15%) 
    3636   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
    3737   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (working only with iom_nf90 routines) 
    38    ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    39    nn_rstctl   =       0       !  restart control = 0 nit000 is not compared to the restart file value 
     38   ln_rstart   = .false.   !  AUTO - start from rest (F) or from a restart file (T) 
     39   nn_rstctl   =       0       !  AUTO - restart control = 0 nit000 is not compared to the restart file value 
    4040                               !                  = 1 use ndate0 in namelist (not the value in the restart file) 
    4141                               !                  = 2 calendar parameters read in the restart file 
     
    7575   nn_bathy    =    1      !  compute (=0) or read(=1) the bathymetry file 
    7676   nn_closea   =    0      !  closed seas and lakes are removed (=0) or kept (=1) from the ORCA domain 
    77    nn_msh      =    0      !  create (=1) a mesh file (coordinates, scale factors, masks) or not (=0) 
     77   nn_msh      =    0      !  AUTO - create (=1) a mesh file (coordinates, scale factors, masks) or not (=0) 
    7878   rn_e3zps_min=   20.     !  the thickness of the partial step is set larger than the minimum 
    7979   rn_e3zps_rat=    0.1    !  of e3zps_min and e3zps_rat * e3t   (N.B. 0<e3zps_rat<1) 
     
    168168&namsbc_core   !   namsbc_core  CORE bulk formulea 
    169169!----------------------------------------------------------------------- 
    170 !              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim    ! 'yearly'/ !       weights             ! rotation ! 
    171 !              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)   ! 'monthly' !       filename            ! pairing  ! 
    172    sn_wndi     = 'u10_core'   ,       24.         , 'u10'      ,    .true.      , .false.  , 'yearly'  ,'bicubic_weights_orca2.nc' ,   'U1' 
    173    sn_wndj     = 'v10_core'   ,       24.         , 'v10'      ,    .true.      , .false.  , 'yearly'  ,'bicubic_weights_orca2.nc' ,   'V1' 
    174    sn_qsr      = 'qsw_core'   ,       24.         , 'radsw'    ,    .true.      , .false.  , 'yearly'  ,'bilinear_weights_orca2.nc',   '' 
    175    sn_qlw      = 'qlw_core'   ,       24.         , 'radlw'    ,    .true.      , .false.  , 'yearly'  ,'bilinear_weights_orca2.nc',   '' 
    176    sn_tair     = 't2_core'    ,       24.         , 't2'       ,    .true.      , .false.  , 'yearly'  ,'bilinear_weights_orca2.nc',   '' 
    177    sn_humi     = 'q2_core'    ,       24.         , 'q2'       ,    .true.      , .false.  , 'yearly'  ,'bilinear_weights_orca2.nc',   '' 
    178    sn_prec     = 'precip_core',       -1.         , 'precip'   ,    .true.      , .false.  , 'yearly'  ,'bilinear_weights_orca2.nc',   '' 
    179    sn_snow     = 'snow_core'  ,       -1.         , 'snow'     ,    .true.      , .false.  , 'yearly'  ,'bilinear_weights_orca2.nc',   '' 
     170!              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim    ! 'yearly'/ !       weights     ! rotation ! 
     171!              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)   ! 'monthly' !       filename    ! pairing  ! 
     172   sn_wndi     = 'u10_core'   ,       24.         , 'u10'      ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     173   sn_wndj     = 'v10_core'   ,       24.         , 'v10'      ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     174   sn_qsr      = 'qsw_core'   ,       24.         , 'radsw'    ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     175   sn_qlw      = 'qlw_core'   ,       24.         , 'radlw'    ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     176   sn_tair     = 't2_core'    ,       24.         , 't2'       ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     177   sn_humi     = 'q2_core'    ,       24.         , 'q2'       ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     178   sn_prec     = 'precip_core',       -1.         , 'precip'   ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     179   sn_snow     = 'snow_core'  ,       -1.         , 'snow'     ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    180180! 
    181181   cn_dir      = './'      !  root directory for the location of the bulk files 
     
    672672!----------------------------------------------------------------------- 
    673673   nn_gap     =  15        !  time-step frequency of model-data gap computation 
    674    nn_prg     =  10        !  time-step frequency of gap print in model output 
     674   nn_prg     =  10        !  AUTO - time-step frequency of gap print in model output 
    675675/ 
    676676!----------------------------------------------------------------------- 
     
    693693   ln_ptrcomp = .true.     !  Add decomposition : overturning (and gyre, soon ...) 
    694694   nf_ptr     =  1         !  Frequency of ptr computation [time step] 
    695    nf_ptr_wri =  15        !  Frequency of ptr outputs 
    696 / 
     695   nf_ptr_wri =  15        !  AUTO - Frequency of ptr outputs 
     696/ 
Note: See TracChangeset for help on using the changeset viewer.