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 2821 for branches/2011/dev_r2787_LOCEAN_offline_fldread/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist – NEMO

Ignore:
Timestamp:
2011-08-09T11:37:57+02:00 (13 years ago)
Author:
cetlod
Message:

Use of fldread for offline, see ticket #853

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2787_LOCEAN_offline_fldread/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r2715 r2821  
    560560/ 
    561561!----------------------------------------------------------------------- 
    562 &namdyn        !   offline dynamics read in files                       ("key_offline") 
    563 !----------------------------------------------------------------------- 
    564     ndtadyn   =  73        ! number of period in the file for one year 
    565     ndtatot   =  73        ! total number of period in the file 
    566     nsptint   =  1         ! indicator for time interpolation 
    567     lperdyn   = .true.     ! periodicity of the unique file (T) 
    568                            ! F  (default)   computed with Blanke' scheme 
    569     cfile_grid_T = 'dyna_grid_T.nc' ! name of grid_T file 
    570     cfile_grid_U = 'dyna_grid_U.nc' ! name of grid_U file 
    571     cfile_grid_V = 'dyna_grid_V.nc' ! name of grid_V file 
    572     cfile_grid_W = 'dyna_grid_W.nc' ! name of grid_W file 
    573 / 
    574  
     562&namdta_dyn        !   offline dynamics read in files                ("key_offline") 
     563!----------------------------------------------------------------------- 
     564!            !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     565!            !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     566   sn_tem  = 'dyna_grid_T' ,    120            , 'votemper' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     567   sn_sal  = 'dyna_grid_T' ,    120            , 'vosaline' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     568   sn_mld  = 'dyna_grid_T' ,    120            , 'somixhgt' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     569   sn_emp  = 'dyna_grid_T' ,    120            , 'sowaflcd' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     570   sn_ice  = 'dyna_grid_T' ,    120            , 'soicecov' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     571   sn_qsr  = 'dyna_grid_T' ,    120            , 'soshfldo' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     572   sn_wnd  = 'dyna_grid_T' ,    120            , 'sowindsp' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     573   sn_uwd  = 'dyna_grid_U' ,    120            , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     574   sn_vwd  = 'dyna_grid_V' ,    120            , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     575   sn_wwd  = 'dyna_grid_W' ,    120            , 'vovecrtz' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     576   sn_avt  = 'dyna_grid_W' ,    120            , 'voddmavs' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     577   sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     578   sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     579   sn_eiw  = 'dyna_grid_W' ,    120            , 'soleaeiw' ,  .true.    , .true. ,   'yearly'  , ''       , '' 
     580! 
     581   cn_dir      = './'      !  root directory for the location of the dynamical files 
     582   ln_degrad   =  .false.  !  flag for degradation -                requires ("key_degrad") 
     583   ln_dynwzv   =  .true.   !  computation of vertical velocity instead of using the one read in file 
     584   ln_dynbbl   =  .true.   !  bbl coef are in files, so read them - requires ("key_trabbl") 
     585/ 
    575586!!====================================================================== 
    576587!!             Tracers & Dynamics vertical physics namelists 
Note: See TracChangeset for help on using the changeset viewer.