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 991 for branches/dev_003_CPL/CONFIG/ORCA2_LIM/EXP00/namelist – NEMO

Ignore:
Timestamp:
2008-05-23T17:55:55+02:00 (16 years ago)
Author:
smasson
Message:

dev_003_CPL: preliminary draft (not working), see ticket #155

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_003_CPL/CONFIG/ORCA2_LIM/EXP00/namelist

    r990 r991  
    300300!----------------------------------------------------------------------- 
    301301&namsbc_cpl 
     302! SEND 
     303cn_snd_temperature = 'oce only'              ! 'oce only' 'weighted oce and ice' 'mixed oce-ice' 
     304cn_snd_albedo      = 'none'                  ! 'none' 'weighted ice' 'mixed oce-ice' 
     305cn_snd_thickness   = 'weighted ice and snow' ! 'none' 'weighted ice and snow' 
     306cn_snd_current(1)  = 'none'                  ! 'none' 'oce only' 'weighted oce and ice' 'mixed oce-ice' 
     307cn_snd_current(2)  = 'spherical'             ! 'spherical' 'cartesian' 
     308cn_snd_current(3)  = 'eastward-northward'    ! 'eastward-northward' or 'local grid' 
     309cn_snd_current(4)  = 'T'                     ! 'T''U,V' 
     310! RECEIVE 
     311cn_rcv_w10m       = 'coupled'               ! 'none' 'coupled' 
     312cn_rcv_stress(1)  = 'oce and ice'           ! 'oce only' 'oce and ice' 'mixed oce-ice' 
     313cn_rcv_stress(2)  = 'spherical'             ! 'spherical' 'cartesian' 
     314cn_rcv_stress(3)  = 'eastward-northward'    ! 'eastward-northward' or 'local grid' 
     315cn_rcv_stress(4)  = 'U,V,F'                 ! 'T' 'U,V' 'U,V,F' 'U,V,I' 'T,F' 'T,I' 'T,U,V' 
     316cn_rcv_dqnsdt     = 'coupled'               ! 'none' 'coupled' 
     317cn_rcv_qsr        = 'conservative'          ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     318cn_rcv_qns        = 'conservative'          ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     319cn_rcv_emp        = 'conservative'          ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     320cn_rcv_runoff     = 'climato'               ! 'coupled' 'climato' 'mixed' 
     321cn_rcv_calving    = 'none'                  ! 'none' 'coupled' 
    302322/ 
    303323!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.