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 14202 for NEMO/trunk/src/OCE – NEMO

Changeset 14202 for NEMO/trunk/src/OCE


Ignore:
Timestamp:
2020-12-17T17:54:53+01:00 (3 years ago)
Author:
emanuelaclementi
Message:

correction for waves in dynspg.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/DYN/dynspg.F90

    r14072 r14202  
    9797      IF(      ln_apr_dyn                                                &   ! atmos. pressure 
    9898         .OR.  ( .NOT.ln_dynspg_ts .AND. (ln_tide_pot .AND. ln_tide) )   &   ! tide potential (no time slitting) 
    99          .OR.  ln_ice_embd ) THEN                                            ! embedded sea-ice 
     99         .OR.  ln_ice_embd                                               &   ! embedded sea-ice 
     100         .OR.  ( ln_wave .and. ln_bern_srfc ) ) THEN                         ! depth-independent Bernoulli head 
    100101         ! 
    101102         DO_2D( 0, 0, 0, 0 ) 
Note: See TracChangeset for help on using the changeset viewer.