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 11432 for branches/UKMO/r6232_coupling_CBIJ/NEMOGCM/NEMO/OPA_SRC/SBC/sbcapr.F90 – NEMO

Ignore:
Timestamp:
2019-08-09T18:26:00+02:00 (5 years ago)
Author:
csanchez
Message:

Added changes from Bijoy to set cpl_mslp in a namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r6232_coupling_CBIJ/NEMOGCM/NEMO/OPA_SRC/SBC/sbcapr.F90

    r9259 r11432  
    2626    
    2727   !                                !!* namsbc_apr namelist (Atmospheric PRessure) * 
    28    LOGICAL, PUBLIC ::   cpl_mslp = .FALSE. ! Is the pressure read from coupling? 
     28   LOGICAL, PUBLIC ::   cpl_mslp     ! Is the pressure read from coupling?   !CBIJ 
    2929   LOGICAL, PUBLIC ::   ln_apr_obc   !: inverse barometer added to OBC ssh data  
    3030   LOGICAL, PUBLIC ::   ln_ref_apr   !: ref. pressure: global mean Patm (F) or a constant (F) 
     
    7070      TYPE(FLD_N)        ::  sn_apr   ! informations about the fields to be read 
    7171      !! 
    72       NAMELIST/namsbc_apr/ cn_dir, sn_apr, ln_ref_apr, rn_pref, ln_apr_obc 
     72      NAMELIST/namsbc_apr/ cn_dir, sn_apr, ln_ref_apr, rn_pref, ln_apr_obc, cpl_mslp   !CBIJ 
    7373      !!---------------------------------------------------------------------- 
    7474      ! 
Note: See TracChangeset for help on using the changeset viewer.