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 1218 for trunk/CONFIG/ORCA2_LIM/EXP00/namelist – NEMO

Ignore:
Timestamp:
2008-10-28T10:12:16+01:00 (15 years ago)
Author:
smasson
Message:

first implementation of the new coupling interface in the trunk, see ticket:155

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist

    r1168 r1218  
    177177&namsbc_cpl    !   coupled ocean/atmosphere model                        ("key_coupled") 
    178178!----------------------------------------------------------------------- 
     179! SEND 
     180cn_snd_temperature= 'weighted oce and ice'  ! 'oce only' 'weighted oce and ice' 'mixed oce-ice' 
     181cn_snd_albedo     = 'weighted ice'          ! 'none' 'weighted ice' 'mixed oce-ice' 
     182cn_snd_thickness  = 'none'                  ! 'none' 'weighted ice and snow' 
     183cn_snd_crt_nature = 'none'                  ! 'none' 'oce only' 'weighted oce and ice' 'mixed oce-ice' 
     184cn_snd_crt_refere = 'spherical'             ! 'spherical' 'cartesian' 
     185cn_snd_crt_orient = 'eastward-northward'    ! 'eastward-northward' or 'local grid' 
     186cn_snd_crt_grid   = 'T'                     ! 'T' 
     187! RECEIVE 
     188cn_rcv_w10m       = 'coupled'               ! 'none' 'coupled' 
     189cn_rcv_tau_nature = 'oce only'              ! 'oce only' 'oce and ice' 'mixed oce-ice' 
     190cn_rcv_tau_refere = 'cartesian'             ! 'spherical' 'cartesian' 
     191cn_rcv_tau_orient = 'eastward-northward'    ! 'eastward-northward' or 'local grid' 
     192cn_rcv_tau_grid   = 'U,V'                   ! 'T' 'U,V' 'U,V,F' 'U,V,I' 'T,F' 'T,I' 'T,U,V' 
     193cn_rcv_dqnsdt     = 'coupled'               ! 'none' 'coupled' 
     194cn_rcv_qsr        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     195cn_rcv_qns        = 'oce and ice'           ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     196cn_rcv_emp        = 'conservative'          ! 'conservative' 'oce and ice' 'mixed oce-ice' 
     197cn_rcv_rnf        = 'coupled'               ! 'coupled' 'climato' 'mixed' 
     198cn_rcv_cal        = 'coupled'               ! 'none' 'coupled' 
    179199/ 
    180200!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.