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 5869 for branches/2015/dev_r5847_MERCATOR9_solveur_simplification/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg.F90 – NEMO

Ignore:
Timestamp:
2015-11-09T11:51:12+01:00 (8 years ago)
Author:
jchanut
Message:

Free surface simplification #1620. Step 2: suppress implicit pressure gradient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5847_MERCATOR9_solveur_simplification/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg.F90

    r5868 r5869  
    2222   USE dynspg_ts      ! surface pressure gradient     (dyn_spg_ts  routine) 
    2323   USE dynadv         ! dynamics: vector invariant versus flux form 
    24    USE dynhpg, ONLY: ln_dynhpg_imp 
    2524   USE sbctide 
    2625   USE updtide 
     
    235234         IF( nspg ==  1 )   WRITE(numout,*) '     free surface with time splitting scheme' 
    236235      ENDIF 
    237       !               ! Control of hydrostatic pressure choice 
    238       IF( lk_dynspg_ts .AND. ln_dynhpg_imp )   CALL ctl_stop( 'Semi-implicit hpg not compatible with time splitting' ) 
    239236      ! 
    240237      IF( nn_timing == 1 )  CALL timing_stop('dyn_spg_init') 
Note: See TracChangeset for help on using the changeset viewer.