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

Changeset 1307


Ignore:
Timestamp:
2009-02-16T09:53:31+01:00 (15 years ago)
Author:
ctlod
Message:

update ORCA2_LIM's namelists related to libIGCM branche, see ticket: #333

Location:
branches/libIGCM/ORCA2_LIM/IGCM00
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM/ORCA2_LIM/IGCM00/COMP/nemo.driver

    r1306 r1307  
    1818    # nit000 number of the first time step 
    1919    # nitend number of the last time step 
    20 ############################################################ 
    21 # Simona: ADDED nleapy corresponding to nbisex on opa.driver 
    22 ############################################################ 
    2320    # nleapy leap year calendar (0/1) (30 for 360d) 
    2421    # nwrite frequency of OUTPUT file 
  • branches/libIGCM/ORCA2_LIM/IGCM00/PARAM/namelist

    r1216 r1307  
    2525   no          =       0   !  job number 
    2626   cexper      =  "ORCA2"  !  experience name  
     27   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     28   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    2729   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    2830   nrstdt      =       0   !  restart control = 0 nit000 is not compared to the restart file value 
     
    7678   rdtmax      = 5760.     !  maximum time step on tracers (used if nacc=1) 
    7779   rdth        =  800.     !  depth variation of tracer time step  (used if nacc=1) 
    78    rdtbt       =   90.     ! barotropic time step (for the split explicit algorithm) ("key_dynspg_ts") 
     80   nn_baro     =   64      !  number of barotropic time step (for the split explicit algorithm) ("key_dynspg_ts") 
    7981   nclosea     =    0      !  = 0 no closed sea in the model domain 
    8082                           !  = 1 closed sea (Black Sea, Caspian Sea, Great US Lakes...)  
     
    131133&namsbc_flx    !   surface boundary condition : flux formulation 
    132134!----------------------------------------------------------------------- 
    133 !              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
    134 !              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
    135    sn_utau     =      'utau'        ,        24.        ,    'utau'  ,     .false.    , .false. ,   'yearly' 
    136    sn_vtau     =      'vtau'        ,        24.        ,    'vtau'  ,     .false.    , .false. ,   'yearly' 
    137    sn_qtot     =      'qtot'        ,        24.        ,    'qtot'  ,     .false.    , .false. ,   'yearly' 
    138    sn_qsr      =      'qsr'         ,        24.        ,    'qsr'   ,     .false.    , .false. ,   'yearly' 
    139    sn_emp      =      'emp'         ,        24.        ,    'emp'   ,     .false.    , .false. ,   'yearly' 
     135!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     136!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     137   sn_utau     =      'utau'        ,        24.        ,    'utau'  ,     .false.    , .false. ,   'yearly'  , ''       , '' 
     138   sn_vtau     =      'vtau'        ,        24.        ,    'vtau'  ,     .false.    , .false. ,   'yearly'  , ''       , '' 
     139   sn_qtot     =      'qtot'        ,        24.        ,    'qtot'  ,     .false.    , .false. ,   'yearly'  , ''       , '' 
     140   sn_qsr      =      'qsr'         ,        24.        ,    'qsr'   ,     .false.    , .false. ,   'yearly'  , ''       , '' 
     141   sn_emp      =      'emp'         ,        24.        ,    'emp'   ,     .false.    , .false. ,   'yearly'  , ''       , '' 
    140142! 
    141143   cn_dir      = './'      !  root directory for the location of the flux files 
     
    144146&namsbc_clio   !   namsbc_clio  CLIO bulk formulea 
    145147!----------------------------------------------------------------------- 
    146 !              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! 
    147 !              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! 
    148    sn_utau     =    'taux_1m'       ,       -1.         , 'sozotaux' ,    .true.      , .true.  ,   'yearly'     
    149    sn_vtau     =    'tauy_1m'       ,       -1.         , 'sometauy' ,    .true.      , .true.  ,   'yearly'     
    150    sn_wndm     =    'flx'           ,       -1.         , 'socliowi' ,    .true.      , .true.  ,   'yearly'       
    151    sn_tair     =    'flx'           ,       -1.         , 'socliot2' ,    .true.      , .true.  ,   'yearly'      
    152    sn_humi     =    'flx'           ,       -1.         , 'socliohu' ,    .true.      , .true.  ,   'yearly'     
    153    sn_ccov     =    'flx'           ,       -1.         , 'socliocl' ,    .false.     , .true.  ,   'yearly'       
    154    sn_prec     =    'flx'           ,       -1.         , 'socliopl' ,    .false.     , .true.  ,   'yearly'        
     148!              !      file name     ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     149!              !                    !  (if <0  months)  !    name    !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     150   sn_utau     =    'taux_1m'       ,       -1.         , 'sozotaux' ,    .true.      , .true.  ,   'yearly'  , ''       , '' 
     151   sn_vtau     =    'tauy_1m'       ,       -1.         , 'sometauy' ,    .true.      , .true.  ,   'yearly'  , ''       , '' 
     152   sn_wndm     =    'flx'           ,       -1.         , 'socliowi' ,    .true.      , .true.  ,   'yearly'  , ''       , '' 
     153   sn_tair     =    'flx'           ,       -1.         , 'socliot2' ,    .true.      , .true.  ,   'yearly'  , ''       , '' 
     154   sn_humi     =    'flx'           ,       -1.         , 'socliohu' ,    .true.      , .true.  ,   'yearly'  , ''       , '' 
     155   sn_ccov     =    'flx'           ,       -1.         , 'socliocl' ,    .false.     , .true.  ,   'yearly'  , ''       , '' 
     156   sn_prec     =    'flx'           ,       -1.         , 'socliopl' ,    .false.     , .true.  ,   'yearly'  , ''       , '' 
    155157! 
    156158   cn_dir      = './'      !  root directory for the location of the bulk files are 
     
    159161&namsbc_core   !   namsbc_core  CORE bulk formulea 
    160162!----------------------------------------------------------------------- 
    161 !              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
    162 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
    163    sn_wndi     =    'u10'           ,       24.         , 'U_10_MOD' ,    .false.     , .true.  ,   'yearly'     
    164    sn_wndj     =    'v10'           ,       24.         , 'V_10_MOD' ,    .false.     , .true.  ,   'yearly'     
    165    sn_qsr      =    'rad'           ,       24.         , 'SWDN_MOD' ,    .false.     , .true.  ,   'yearly'       
    166    sn_qlw      =    'rad'           ,       24.         , 'LWDN_MOD' ,    .false.     , .true.  ,   'yearly'       
    167    sn_tair     =    't10'           ,       24.         , 'T_10_MOD' ,    .false.     , .true.  ,   'yearly'      
    168    sn_humi     =    'q10'           ,       24.         , 'Q_10_MOD' ,    .false.     , .true.  ,   'yearly'     
    169    sn_prec     =    'precip'        ,       -1.         , 'RAIN'     ,    .false.     , .true.  ,   'yearly'       
    170    sn_snow     =    'precip'        ,       -1.         , 'SNOW'     ,    .false.     , .true.  ,   'yearly'        
     163!              !   file name        ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     164!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     165   sn_wndi     =    'u10_core'      ,       -1.         , 'u10'      ,    .true.      , .true.  ,   'yearly'  ,'bicubic_weights_orca2.nc' ,  'U1' 
     166   sn_wndj     =    'v10_core'      ,       -1.         , 'v10'      ,    .true.      , .true.  ,   'yearly'  ,'bicubic_weights_orca2.nc' ,  'V1' 
     167   sn_qsr      =    'qsw_core'      ,       -1.         , 'swdn'     ,    .true.      , .true.  ,   'yearly'  ,'bilinear_weights_orca2.nc',  '' 
     168   sn_qlw      =    'qlw_core'      ,       -1.         , 'lwdn'     ,    .true.      , .true.  ,   'yearly'  ,'bilinear_weights_orca2.nc',  '' 
     169   sn_tair     =    't2_core'       ,       -1.         , 't2'       ,    .true.      , .true.  ,   'yearly'  ,'bilinear_weights_orca2.nc',  '' 
     170   sn_humi     =    'q2_core'       ,       -1.         , 'q2'       ,    .true.      , .true.  ,   'yearly'  ,'bilinear_weights_orca2.nc',  '' 
     171   sn_prec     =    'precip_core'   ,       -1.         , 'precip'   ,    .true.      , .true.  ,   'yearly'  ,'bilinear_weights_orca2.nc',  '' 
     172   sn_snow     =    'snow_core'     ,       -1.         , 'snow'     ,    .true.      , .true.  ,   'yearly'  ,'bilinear_weights_orca2.nc',  '' 
    171173! 
    172174   cn_dir      = './'      !  root directory for the location of the bulk files 
    173    ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
     175   ln_2m       = .true.    !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    174176   alpha_precip= 1.        !  multiplicative factor for precipitation (total & snow) 
    175177/ 
     
    177179&namsbc_cpl    !   coupled ocean/atmosphere model                        ("key_coupled") 
    178180!----------------------------------------------------------------------- 
     181! SEND 
     182cn_snd_temperature= 'weighted oce and ice'  ! 'oce only' 'weighted oce and ice' 'mixed oce-ice' 
     183cn_snd_albedo     = 'weighted ice'          ! 'none' 'weighted ice' 'mixed oce-ice' 
     184cn_snd_thickness  = 'none'                  ! 'none' 'weighted ice and snow' 
     185cn_snd_crt_nature = 'none'                  ! 'none' 'oce only' 'weighted oce and ice' 'mixed oce-ice' 
     186cn_snd_crt_refere = 'spherical'             ! 'spherical' 'cartesian' 
     187cn_snd_crt_orient = 'eastward-northward'    ! 'eastward-northward' or 'local grid' 
     188cn_snd_crt_grid   = 'T'                     ! 'T' 
     189! RECEIVE 
     190cn_rcv_w10m       = 'coupled'               ! 'none' 'coupled' 
     191cn_rcv_tau_nature = 'oce only'              ! 'oce only' 'oce and ice' 'mixed oce-ice' 
     192cn_rcv_tau_refere = 'cartesian'             ! 'spherical' 'cartesian' 
     193cn_rcv_tau_orient = 'eastward-northward'    ! 'eastward-northward' or 'local grid' 
     194cn_rcv_tau_grid   = 'U,V'                   ! 'T' 'U,V' 'U,V,F' 'U,V,I' 'T,F' 'T,I' 'T,U,V' 
     195cn_rcv_dqnsdt     = 'coupled'               ! 'none' 'coupled' 
     196cn_rcv_qsr        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     197cn_rcv_qns        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     198cn_rcv_emp        = 'conservative'          ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     199cn_rcv_rnf        = 'coupled'               ! 'coupled' 'climato' 'mixed' 
     200cn_rcv_cal        = 'coupled'               ! 'none' 'coupled' 
    179201/ 
    180202!----------------------------------------------------------------------- 
     
    189211&namsbc_rnf    !   runoffs namelist surface boundary condition 
    190212!----------------------------------------------------------------------- 
    191 !              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
    192 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
    193    sn_rnf    =   'runoff_1m_nomask' ,        -1.        , 'sorunoff' ,    .true.      , .true.  ,   'yearly'      
    194    sn_cnf    =   'runoff_1m_nomask' ,         0.        , 'socoefr'  ,    .false.     , .true.  ,   'yearly'               
     213!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     214!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     215   sn_rnf    =   'runoff_1m_nomask' ,        -1.        , 'sorunoff' ,    .true.      , .true.  ,   'yearly'  , ''       , '' 
     216   sn_cnf    =   'runoff_1m_nomask' ,         0.        , 'socoefr'  ,    .false.     , .true.  ,   'yearly'  , ''       , '' 
    195217! 
    196218   cn_dir       = './'      !  root directory for the location of the runoff files 
     
    203225&namsbc_ssr    !   surface boundary condition : sea surface restoring 
    204226!----------------------------------------------------------------------- 
    205 !              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! 
    206 !              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! 
    207    sn_sst      =    'sst_data'     ,        24.        ,  'sst'     ,     .false.    , .false. ,   'yearly' 
    208    sn_sss      =    'sss_data'     ,        -1.        ,  'sss'     ,     .true.     , .true.  ,   'yearly' 
     227!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     228!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     229   sn_sst      =    'sst_data'     ,        24.        ,  'sst'     ,     .false.    , .false. ,   'yearly'   , ''       , '' 
     230   sn_sss      =    'sss_data'     ,        -1.        ,  'sss'     ,     .true.     , .true.  ,   'yearly'   , ''       , '' 
    209231!    
    210232   cn_dir      = './'      !  root directory for the location of the runoff files 
     
    218240!----------------------------------------------------------------------- 
    219241   cgren       =    0.06   !  correction of the snow or ice albedo to take into account the 
    220    albice      =    0.5    !  albedo of melting ice in the arctic and antarctic 
     242   albice      =    0.53   !  albedo of melting ice in the arctic and antarctic 
    221243   alphd       =    0.80   !  coefficients for linear interpolation used to 
    222244   alphc       =    0.65   !  compute albedo between two extremes values  
     
    626648   nctls      =   0        !  control surface type in mixed-layer trends (0,1 or n<jpk) 
    627649   ucf        =   1.       !  unit conversion factor (=1 -> /seconds ; =86400. -> /day) 
    628    ln_trdmld_restart = .false.  !  restart for ML diagnostics 
    629    ln_trdmld_instant = .false.  !  flag to diagnose trends of instantantaneous or mean ML T/S 
     650   cn_trdrst_in  = "restart_mld"   ! suffix of ocean restart name (input) 
     651   cn_trdrst_out = "restart_mld"   ! suffix of ocean restart name (output) 
     652   ln_trdmld_restart = .false.     !  restart for ML diagnostics 
     653   ln_trdmld_instant = .false.     !  flag to diagnose trends of instantantaneous or mean ML T/S 
    630654/ 
    631655!----------------------------------------------------------------------- 
  • branches/libIGCM/ORCA2_LIM/IGCM00/PARAM/namelist_ice_lim2

    r1216 r1307  
    1414&namicerun     !   Share parameters for dynamics/advection/thermo 
    1515!----------------------------------------------------------------------- 
     16   cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input) 
     17   cn_icerst_out = "restart_ice"      !  suffix of ice restart name (output) 
    1618   ln_limdyn   = .true.    !  ice dynamics (T) or thermodynamics only (F) 
    1719   ln_limdmp   = .false.   !  restoring ice thickness and fraction leads (T) or not (F) 
     
    7880!  alphs       : coefficient for snow density when snow ice formation 
    7981!  
    80 &namicethd 
    8182   hmelt       = -0.15     !  maximum melting at the bottom 
    8283   hiccrit     = 0.3 , 0.3 !  ice thickness for lateral accretion in the Northern (Southern) Hemisphere 
  • branches/libIGCM/ORCA2_LIM/IGCM00/PARAM/namelist_ice_lim3

    r1216 r1307  
    1414&namicerun     !   Share parameters for dynamics/advection/thermo 
    1515!----------------------------------------------------------------------- 
     16   cn_icerst_in  = "restart_ice_in"   !  suffix of ice restart name (input) 
     17   cn_icerst_out = "restart_ice"      !  suffix of ice restart name (output) 
    1618   ln_limdyn   = .true.    !  ice dynamics (T) or thermodynamics only (F) 
    1719   acrit       =  1.0e-02 , 1.0e-02  !  minimum fraction for leads in the Northern (Southern) Hemisphere 
Note: See TracChangeset for help on using the changeset viewer.