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/releases/release-4.0.1/doc/namelists – NEMO

source: NEMO/releases/release-4.0.1/doc/namelists/namsbc_cpl @ 11699

Last change on this file since 11699 was 10075, checked in by nicolasmartin, 6 years ago

Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation

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