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_PISCES/EXP00/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_PISCES/EXP00/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      = 2         !  =0 no ice boundary condition   , 
    131132                           !  =1 use observed ice-cover      , 
     
    264265   ln_rnf_tem   =  .false.  !  read in temperature information for runoff 
    265266   ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
     267/ 
     268!----------------------------------------------------------------------- 
     269&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
     270!----------------------------------------------------------------------- 
     271!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     272!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     273   sn_apr      = 'patm'    ,         -1        , 'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   '' 
     274! 
     275   cn_dir      = './'      !  root directory for the location of the bulk files 
     276   ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F) 
    266277/ 
    267278!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.