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 3142 for branches/2011/dev_NEMO_MERGE_2011/NEMOGCM – NEMO

Ignore:
Timestamp:
2011-11-17T15:54:45+01:00 (12 years ago)
Author:
acc
Message:

Branch dev_NEMO_MERGE_2011. Minor documentation changes and check in dynhpg.F90 to prevent use of buggy horizontal pressure gradient option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OPA_SRC/DYN/dynhpg.F90

    r3118 r3142  
    139139         WRITE(numout,*) '      time stepping: centered (F) or semi-implicit (T)  ln_dynhpg_imp = ', ln_dynhpg_imp 
    140140      ENDIF 
     141      ! 
     142      IF( ln_hpg_djc )   & 
     143         &   CALL ctl_stop('dyn_hpg_init : Density Jacobian: Cubic polynominal method & 
     144                           & currently disabled (bugs under investigation). Please select & 
     145                           & either  ln_hpg_sco or  ln_hpg_prj instead') 
    141146      ! 
    142147      IF( lk_vvl .AND. .NOT. (ln_hpg_sco.OR.ln_hpg_prj) )   & 
Note: See TracChangeset for help on using the changeset viewer.