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 359 for trunk/NEMO/OPA_SRC/SBC/flxfwb.F90 – NEMO

Ignore:
Timestamp:
2005-12-21T11:46:45+01:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_033 : RB + CT : Add new surface pressure gradient algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/flxfwb.F90

    r247 r359  
    44   !! Ocean fluxes   : domain averaged freshwater budget 
    55   !!====================================================================== 
    6 #if defined key_dynspg_fsc 
    7    !!---------------------------------------------------------------------- 
    8    !!   'key_dynspg_fsc'               No free surface with constant volume 
     6#if ! defined key_dynspg_rl 
     7   !!---------------------------------------------------------------------- 
     8   !!   NOT 'key_dynspg_rl'                        Free surface formulation 
    99   !!---------------------------------------------------------------------- 
    1010   !!   flx_fwb      : freshwater budget for global ocean configurations 
     
    245245      !! History : 
    246246      !!   9.0  !  03-09  (G. Madec)  Original code 
     247      !!    "   !  05-11  (V. Garnier) Surface pressure gradient organization 
    247248      !!---------------------------------------------------------------------- 
    248249      !! * Local declarations 
     
    272273      ENDIF 
    273274      ! Option consistency 
    274 #if ! defined key_dynspg_fsc 
     275#if defined key_dynspg_rl 
    275276      IF(lwp) WRITE '               Rigid-lid option, fwb correction is useless, but valid' 
    276277#endif 
Note: See TracChangeset for help on using the changeset viewer.