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 2396 for branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist – NEMO

Ignore:
Timestamp:
2010-11-16T11:18:23+01:00 (13 years ago)
Author:
cbricaud
Message:

add modifications for atmopheric pressure forcing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r2375 r2396  
    128128   ln_blk_core = .true.    !  CORE bulk formulation  (T => fill namsbc_core)  
    129129   ln_cpl      = .false.   !  Coupled formulation    (T => fill namsbc_cpl ) 
     130   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    130131   nn_ice      = 0         !  =0 no ice boundary condition   , 
    131132                           !  =1 use observed ice-cover      , 
     
    232233   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    233234   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
     235/ 
     236!----------------------------------------------------------------------- 
     237&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
     238!----------------------------------------------------------------------- 
     239!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     240!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     241   sn_apr      = 'patm'    ,         -1        , 'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   '' 
     242! 
     243   cn_dir      = './'      !  root directory for the location of the bulk files 
     244   ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F) 
    234245/ 
    235246!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.