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 6060 for branches/2015/dev_merge_2015/NEMOGCM/NEMO/OPA_SRC/SBC/sbcapr.F90 – NEMO

Ignore:
Timestamp:
2015-12-16T10:25:22+01:00 (8 years ago)
Author:
timgraham
Message:

Merged dev_r5836_noc2_VVL_BY_DEFAULT into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_merge_2015/NEMOGCM/NEMO/OPA_SRC/SBC/sbcapr.F90

    r5930 r6060  
    1313   USE sbc_oce         ! surface boundary condition 
    1414   USE phycst          ! physical constants 
     15   ! 
    1516   USE fldread         ! read input fields 
    1617   USE in_out_manager  ! I/O manager 
     
    3839   TYPE(FLD), ALLOCATABLE, DIMENSION(:) ::   sf_apr   ! structure of input fields (file informations, fields read) 
    3940 
    40    !! * Substitutions 
    41 #  include "domzgr_substitute.h90" 
    4241   !!---------------------------------------------------------------------- 
    4342   !! NEMO/OPA 4.0 , NEMO Consortium (2011)  
     
    112111         ENDIF 
    113112!jc: stop below should rather be a warning  
    114          IF( ( ln_apr_obc ) .AND. .NOT. ln_apr_dyn   )   & 
     113         IF( ln_apr_obc .AND. .NOT.ln_apr_dyn   )   & 
    115114            CALL ctl_stop( 'sbc_apr: use inverse barometer ssh at open boundary ONLY requires ln_apr_dyn=T' ) 
    116115      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.