Skip to content
Snippets Groups Projects
namsbc_apr 1.27 KiB
Newer Older
Nicolas Martin's avatar
Nicolas Martin committed
!-----------------------------------------------------------------------
&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T)
!-----------------------------------------------------------------------
   rn_pref     = 101000.   !  reference atmospheric pressure   [N/m2]/
   nn_ref_apr  =   0       !  ref. pressure: 0: constant, 1: global mean or 2: read in a file
Nicolas Martin's avatar
Nicolas Martin committed
   ln_apr_obc  = .false.   !  inverse barometer added to OBC ssh data

   cn_dir = './'        !  root directory for the Patm data location
   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
   sn_apr      = 'patm'                  ,         -1.       ,'somslpre' ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,      ''
   sn_apref    = 'mean_patm'             ,         -1.       ,'meanapr'  ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,      ''
Nicolas Martin's avatar
Nicolas Martin committed
/