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 7739 for branches/UKMO/r6232_INGV1_WAVE-coupling/NEMOGCM/CONFIG/SHARED – NEMO

Ignore:
Timestamp:
2017-02-27T13:07:05+01:00 (7 years ago)
Author:
jcastill
Message:

Add a 'standard formulation' for calculating momentum from forcing winds using a constant drag coefficient; remove drag coefficient checks after fixing the wave model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/r6232_INGV1_WAVE-coupling/NEMOGCM/CONFIG/SHARED/namelist_ref

    r7717 r7739  
    277277                           !  = 1  Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled 
    278278                           !  = 2  Redistribute a single flux over categories (coupled mode only) 
     279   nn_drag   = 0           !  formula to calculate momentum from the wind components 
     280                           !  = 0 UKMO SHELF formulation 
     281                           !  = 1 standard formulation with forced of coupled drag coefficient 
     282                           !  = 2 standard formulation with constant drag coefficient 
    279283/ 
    280284!----------------------------------------------------------------------- 
     
    12981302!  
    12991303   cn_dir      = './'  !  root directory for the location of drag coefficient files 
    1300    nn_drag     = 0     !  formula to calculate momentum from the wind components 
    1301                               =0 UKMO SHELF formulation 
    1302                               =1 standard formulation 
    13031304/ 
    13041305!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.