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.
ticket/0842_TRA_TRP (diff) – NEMO

Changes between Version 5 and Version 6 of ticket/0842_TRA_TRP


Ignore:
Timestamp:
2011-08-02T12:35:41+02:00 (13 years ago)
Author:
cetlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0842_TRA_TRP

    v5 v6  
    8787||Does your change require a change in compiler options?||!'''YES/NO !'''|| 
    8888 
    89 If any of these apply, please document the changes required here....... 
    9089 
     90Replace  
     91 
     92{{{ 
     93 
     94!----------------------------------------------------------------------- 
     95&namdta_tem    !   surface boundary condition : sea surface restoring 
     96!----------------------------------------------------------------------- 
     97!              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   !'yearly' or ! weights  ! rotation ! 
     98!              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly'  ! filename ! pairing  ! 
     99  sn_tem       = 'data_1m_potential_temperature_nomask',  -1        , 'votemper' ,     .true.     , .true.  , 'yearly'   , ' '      , ' ' 
     100 
     101  cn_dir       = './'      !  root directory for the location of the runoff files  
     102 
     103!----------------------------------------------------------------------- 
     104&namdta_sal    !   surface boundary condition : sea surface restoring 
     105!----------------------------------------------------------------------- 
     106!              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     107!              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     108   sn_sal      =  'data_1m_salinity_nomask'     ,         -1        , 'vosaline' ,     .true.     , .true.  , 'yearly'    , ''       , ' ' 
     109 
     110   cn_dir      = './'      !  root directory for the location of the runoff files 
     111 
     112}}} 
     113 
     114by  
     115 
     116{{{ 
     117!----------------------------------------------------------------------- 
     118&namtsd    !   data : Temperature  & Salinity      
     119!----------------------------------------------------------------------- 
     120!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
     121!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
     122   sn_tem  = 'data_1m_potential_temperature_nomask', -1,'votemper',  .true.  , .true., 'yearly'   , ' '      , ' ' 
     123   sn_sal  = 'data_1m_salinity_nomask'             , -1,'vosaline',  .true.  , .true., 'yearly'   , ''       , ' ' 
     124   ! 
     125   cn_dir        = './'     !  root directory for the location of the runoff files 
     126   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
     127   ln_tsd_tradmp = .true.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     128/ 
     129}}} 
    91130---- 
    92131=== Resources ===