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 3574 for branches/2012/dev_INGV/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_oce.F90 – NEMO

Ignore:
Timestamp:
2012-11-16T12:13:00+01:00 (11 years ago)
Author:
adani
Message:

ticket #998. Step 2: Add in changes from the 2012/dev_r3389_INGV4_stokes branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_INGV/NEMOGCM/NEMO/OPA_SRC/SBC/sbc_oce.F90

    r3294 r3574  
    4444   !                                             !:  = 1 global mean of e-p-r set to zero at each nn_fsbc time step 
    4545   !                                             !:  = 2 annual global mean of e-p-r set to zero 
    46    LOGICAL , PUBLIC ::   ln_cdgw     = .FALSE.   !: true if neutral drag coefficient read from wave model 
     46   LOGICAL , PUBLIC ::   ln_wave     = .FALSE.   !: true if some coupling with wave model 
     47   LOGICAL , PUBLIC ::   ln_cdgw     = .FALSE.   !: true if neutral drag coefficient from wave model 
     48   LOGICAL , PUBLIC ::   ln_sdw      = .FALSE.   !: true if 3d stokes drift from wave model 
    4749 
    4850   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.