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.
namsbc_cpl in branches/2016/dev_merge_2016/DOC/Namelists – NEMO

source: branches/2016/dev_merge_2016/DOC/Namelists/namsbc_cpl @ 7671

Last change on this file since 7671 was 7671, checked in by flavoni, 7 years ago

DOC: update some SBC namelists

File size: 3.6 KB
RevLine 
[994]1!-----------------------------------------------------------------------
[6140]2&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
[994]3!-----------------------------------------------------------------------
[6140]4!                    !     description      !  multiple  !    vector   !      vector          ! vector !
5!                    !                      ! categories !  reference  !    orientation       ! grids  !
[3294]6! send
[6140]7   sn_snd_temp   =   'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   ''
8   sn_snd_alb    =   'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   ''
9   sn_snd_thick  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
10   sn_snd_crt    =   'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T'
11   sn_snd_co2    =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''
[7671]12   sn_snd_crtw   =       'none'                 ,    'no'    ,     ''      ,         ''           , 'U,V'
13   sn_snd_ifrac  =       'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
14   sn_snd_wlev   =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''
[3294]15! receive
[6140]16   sn_rcv_w10m   =   'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
17   sn_rcv_taumod =   'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
18   sn_rcv_tau    =   'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V'
19   sn_rcv_dqnsdt =   'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
20   sn_rcv_qsr    =   'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   ''
21   sn_rcv_qns    =   'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   ''
22   sn_rcv_emp    =   'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''
23   sn_rcv_rnf    =   'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
24   sn_rcv_cal    =   'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
25   sn_rcv_co2    =   'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''
[7671]26   sn_rcv_hsig   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
27   sn_rcv_iceflx =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
28   sn_rcv_mslp   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
29   sn_rcv_phioc  =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
30   sn_rcv_sdrfx  =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
31   sn_rcv_sdrfy  =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
32   sn_rcv_wper   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
33   sn_rcv_wnum   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
34   sn_rcv_wstrf  =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
35   sn_rcv_wdrag  =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
[6140]36!
[6997]37   nn_cplmodel   =     1   !  Maximum number of models to/from which NEMO is potentialy sending/receiving data
38   ln_usecplmask = .false. !  use a coupling mask file to merge data received from several models
39   !                       !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel)
[2540]40/
Note: See TracBrowser for help on using the repository browser.