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 – NEMO

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

add modifications for atmopheric pressure forcing

Location:
branches/nemo_v3_3_beta/NEMOGCM/CONFIG
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r2375 r2396  
    128128   ln_blk_core = .false.   !  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      , 
     
    237238   ln_rnf_tem   =  .false.  !  read in temperature information for runoff 
    238239   ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
     240/ 
     241!----------------------------------------------------------------------- 
     242&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
     243!----------------------------------------------------------------------- 
     244!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     245!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     246   sn_apr      = 'patm'    ,         -1        , 'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   '' 
     247! 
     248   cn_dir      = './'      !  root directory for the location of the bulk files 
     249   ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F) 
    239250/ 
    240251!----------------------------------------------------------------------- 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/GYRE_LOBSTER/EXP00/namelist

    r2378 r2396  
    128128   ln_blk_core = .false.   !  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      , 
     
    237238   ln_rnf_tem   =  .false.  !  read in temperature information for runoff 
    238239   ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
     240/ 
     241!----------------------------------------------------------------------- 
     242&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
     243!----------------------------------------------------------------------- 
     244!              ! file name ! frequency (hours) ! variable ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     245!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     246   sn_apr      = 'patm'    ,         -1        , 'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   '' 
     247! 
     248   cn_dir      = './'      !  root directory for the location of the bulk files 
     249   ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F) 
    239250/ 
    240251!----------------------------------------------------------------------- 
  • 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!----------------------------------------------------------------------- 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM/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!----------------------------------------------------------------------- 
  • 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.