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 2075 for branches/devmercator2010/CONFIG/ORCA2_LIM – NEMO

Ignore:
Timestamp:
2010-09-08T17:46:37+02:00 (14 years ago)
Author:
cbricaud
Message:

add change from dev_1784_WEEK

Location:
branches/devmercator2010/CONFIG/ORCA2_LIM/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/devmercator2010/CONFIG/ORCA2_LIM/EXP00/AA_job

    r1782 r2075  
    117117 
    118118#- Files for the configuration and ocean dynamics 
    119 Rapatrie ${R_TMP} ORCA2_LIM_nemo_v3.2.tar 
     119Rapatrie ${R_TMP} ORCA2_LIM_nemo_v3.1.tar 
    120120 
    121121ls -alF 
  • branches/devmercator2010/CONFIG/ORCA2_LIM/EXP00/namelist

    r2072 r2075  
    275275   rn_alphdi   =    0.72   !  (Pyane, 1972) 
    276276/ 
    277 !----------------------------------------------------------------------- 
    278 &namdta_tem    !   surface boundary condition : sea surface restoring 
    279 !----------------------------------------------------------------------- 
    280 !              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   !'yearly' or ! weights  ! rotation ! 
    281 !              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  ! 'monthly'  ! filename ! pairing  ! 
    282   sn_tem       = 'data_1m_potential_temperature_nomask',  -1        , 'votemper' ,     .true.     , .true.  , 'yearly'   , ' '      , ' ' 
    283 ! 
    284   cn_dir       = './'      !  root directory for the location of the runoff files 
    285 / 
    286 !----------------------------------------------------------------------- 
    287 &namdta_sal    !   surface boundary condition : sea surface restoring 
    288 !----------------------------------------------------------------------- 
    289 !              !     file name                  ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
    290 !              !                                !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
    291    sn_sal      =  'data_1m_salinity_nomask'     ,         -1        , 'vosaline' ,     .true.     , .true.  , 'yearly'    , ''       , ' ' 
    292  
    293    cn_dir      = './'      !  root directory for the location of the runoff files 
    294 / 
     277 
    295278!!====================================================================== 
    296279!!               ***  Lateral boundary condition  *** 
     
    434417   ln_traadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries   
    435418   ln_traadv_ubs    =  .false.  !  UBS scheme                  
    436    !ln_traadv_ppm    =  .true.  !  UBS scheme                  
    437419/ 
    438420!----------------------------------------------------------------------- 
     
    716698&namptr       !   Poleward Transport Diagnostic 
    717699!----------------------------------------------------------------------- 
    718    ln_diaptr  = .false.     !  Poleward heat and salt transport (T) or not (F) 
     700   ln_diaptr  = .true.     !  Poleward heat and salt transport (T) or not (F) 
    719701   ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
    720702   ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not  
Note: See TracChangeset for help on using the changeset viewer.