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 5654 for branches/UKMO/2015_V36_STABLE_CO6_CO5_zenv_pomsdwl/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2015-07-30T18:45:28+02:00 (9 years ago)
Author:
deazer
Message:

Added in changes to allow CO5 like run to verify CO6 with NEMO STABLE VN3.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/2015_V36_STABLE_CO6_CO5_zenv_pomsdwl/NEMOGCM/NEMO/OPA_SRC/step.F90

    r5650 r5654  
    207207                                  CALL dyn_vor      ( kstp )   ! vorticity term including Coriolis 
    208208                                  CALL dyn_ldf      ( kstp )   ! lateral mixing 
     209          IF ( ln_shelf_flx .AND. & 
     210              & .NOT. ln_apr_dyn) CALL inv( kstp )             ! modification to vel from atmos pres  
    209211          IF( ln_neptsimp )       CALL dyn_nept_cor ( kstp )   ! add Neptune velocities (simplified) 
    210212#if defined key_agrif 
     
    252254                             CALL tra_sbc    ( kstp )       ! surface boundary condition 
    253255      IF( ln_traqsr      )   CALL tra_qsr    ( kstp )       ! penetrative solar radiation qsr 
     256      IF( ln_tradwl      )   CALL tra_dwl    ( kstp )       ! Polcoms Style Short Wave Radiation  
    254257      IF( ln_trabbc      )   CALL tra_bbc    ( kstp )       ! bottom heat flux 
    255258      IF( lk_trabbl      )   CALL tra_bbl    ( kstp )       ! advective (and/or diffusive) bottom boundary layer scheme 
Note: See TracChangeset for help on using the changeset viewer.