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 NEMO/trunk/DOC/namelists – NEMO

source: NEMO/trunk/DOC/namelists/namsbc_cpl @ 9594

Last change on this file since 9594 was 9355, checked in by nicolasmartin, 6 years ago

Set mime-type SVN property for all namelists for syntax highlighting under Trac

  • Property svn:mime-type set to text/x-fortran
File size: 4.7 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
3!-----------------------------------------------------------------------
4!                    !     description      !  multiple  !    vector   !      vector          ! vector !
5!                    !                      ! categories !  reference  !    orientation       ! grids  !
6! send
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'    ,     ''      ,         ''           ,   ''
12   sn_snd_crtw   =   'none'                 ,    'no'    ,     ''      ,         ''           , 'U,V'
13   sn_snd_ifrac  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
14   sn_snd_wlev   =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''
15   sn_snd_cond   =   'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   ''
16   sn_snd_thick1 =   'ice and snow'         ,    'no'    ,     ''      ,         ''           ,   ''
17   sn_snd_mpnd   =   'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   ''
18   sn_snd_sstfrz =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''
19   sn_snd_ttilyr =   'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   ''
20! receive
21   sn_rcv_w10m   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
22   sn_rcv_taumod =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''
23   sn_rcv_tau    =   'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward' ,  'U,V'
24   sn_rcv_dqnsdt =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''
25   sn_rcv_qsr    =   'oce and ice'          ,    'no'    ,     ''      ,         ''           ,   ''
26   sn_rcv_qns    =   'oce and ice'          ,    'no'    ,     ''      ,         ''           ,   ''
27   sn_rcv_emp    =   'conservative'         ,    'no'    ,     ''      ,         ''           ,   ''
28   sn_rcv_rnf    =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''
29   sn_rcv_cal    =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''
30   sn_rcv_co2    =   'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''
31   sn_rcv_hsig   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
32   sn_rcv_iceflx =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
33   sn_rcv_mslp   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
34   sn_rcv_phioc  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
35   sn_rcv_sdrfx  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
36   sn_rcv_sdrfy  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
37   sn_rcv_wper   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
38   sn_rcv_wnum   =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
39   sn_rcv_wstrf  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
40   sn_rcv_wdrag  =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
41   sn_rcv_ts_ice =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
42   sn_rcv_isf    =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
43   sn_rcv_icb    =   'none'                 ,    'no'    ,     ''      ,         ''           ,   ''
44   sn_rcv_tauwoc =   'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
45   sn_rcv_tauw   =   'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
46   sn_rcv_wdrag  =   'none'                 ,    'no'    ,     ''      ,         ''          ,   ''
47!
48   nn_cplmodel   =     1   !  Maximum number of models to/from which NEMO is potentialy sending/receiving data
49   ln_usecplmask = .false. !  use a coupling mask file to merge data received from several models
50   !                       !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel)
51   nn_cats_cpl   =     5   !  Number of sea ice categories over which coupling is to be carried out (if not 1)
52/
Note: See TracBrowser for help on using the repository browser.