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.
namelist_watistop on Ticket #1134 – Attachment – NEMO

Ticket #1134: namelist_watistop

File namelist_watistop, 4.5 KB (added by mouchet, 11 years ago)
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! WATISTOP  :    1  - isotopic reference ratios            (namwat_ref)
3!! namelists      2  - additional diagnostics               (namwat_dia)
4!!                3  - mass conservation                    (namwat_mass)
5!!                4  - atmospheric forcing                  (namwat_flx)
6!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
7!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
8&namwat_ref    ! Isotopic ref ratio (VSMOW) & reference salinity
9!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
10   rHDOref = 155.76D-06    !!  (2H/1H) VSMOW
11   rO17ref = 379.9D-06     !!  (17O/16O) VSMOW
12   rO18ref = 2005.2D-06    !!  (18O/16O) VSMOW
13   SELref  = 34.7D0        !! ref salinity
14/
15!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
16&namwat_dia     !   additional trc diagnostics: short names for call to iom_put
17!  IF MORE TO BE ADDED SET APPROPRIATE DIMENSION IN trcnam_my_trc.F90
18!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,   
19   ln_watdia   = .true.                                      !                !
20   cwatdia(1)  = 'dO18   '         ! delta-O18 <- concentrations transported
21   cwatdia(2)  = 'dHDO   '         ! delta-HDO <- concentrations transported
22   cwatdia(3)  = 'DO18   '         ! delta-O18 <- ratio transported
23   cwatdia(4)  = 'DHDO   '         ! delta-HDO <- ratio transported
24/
25!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
26&namwat_mass     !  Mass conservation
27!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
28   ln_force_mass =  .true.    !  Force mass conservation (multiplicative factor)
29/
30!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
31&namwat_flx     !  Atmospheric forcing
32! curie70:ORCA2_OFF_MY_TRC> cdo pardes ATMOS/LMDZ-ISOT-ORCA.nc
33!  -1  preH2O        Precip. [kg/(s*m2)]
34!  -2  preO18        Precip., iso O18 [kg/(s*m2)]
35!  -3  preHDO        Precip., iso HDO [kg/(s*m2)]
36!  -4  evaH2O        evaporation sur sous-srfoce [kg/(m2*s)]
37!  -5  evaO18        evap pour iso et sur sous-srfoce_O18 [kg/(m2*s)]
38!  -6  evaHDO        evap pour iso et sur sous-srfoce_HDO [kg/(m2*s)]
39!  -7  RrnfO18       O18 ratio stream flow reservoir [1]
40!  -8  RrnfHDO       HDO ratio stream flow reservoir [1]
41!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
42!
43!                !  file name               ! frequency (hours) ! variable   ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
44!                !                          !  (if <0  months)  !   name     !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
45   sn_trcflx(1)  = 'LMDZ-ISOT-ORCA'         ,        -1         , 'preH2O'   ,    .true.    , .true. , 'yearly'  , ''       , ''
46   sn_trcflx(2)  = 'LMDZ-ISOT-ORCA'         ,        -1         , 'evaH2O'   ,    .true.    , .true. , 'yearly'  , ''       , ''
47   sn_trcflx(3)  = 'LMDZ-ISOT-ORCA'         ,        -1         , 'preO18'   ,    .true.    , .true. , 'yearly'  , ''       , ''
48   sn_trcflx(4)  = 'LMDZ-ISOT-ORCA'         ,        -1         , 'evaO18'   ,    .true.    , .true. , 'yearly'  , ''       , ''
49   sn_trcflx(5)  = 'LMDZ-ISOT-ORCA'         ,        -1         , 'RrnfO18'  ,    .true.    , .true. , 'yearly'  , ''       , ''
50   sn_trcflx(6)  = 'LMDZ-ISOT-ORCA'         ,        -1         , 'preHDO'   ,    .true.    , .true. , 'yearly'  , ''       , ''
51   sn_trcflx(7)  = 'LMDZ-ISOT-ORCA'         ,        -1         , 'evaHDO'   ,    .true.    , .true. , 'yearly'  , ''       , ''
52   sn_trcflx(8)  = 'LMDZ-ISOT-ORCA'         ,        -1         , 'RrnfHDO'  ,    .true.    , .true. , 'yearly'  , ''       , ''
53!
54   cn_dir_flx     =  '../ATMOS/'      !  root directory for the location of the data files
55/
56!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
57&namwat_rnf     !  Runoff to be read if off-line mode
58!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
59!
60!                !  file name               ! frequency (hours) ! variable   ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
61!                !                          !  (if <0  months)  !   name     !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
62   sn_trcrnf     = 'dyna_grid_T'            ,       120         , 'sorunoff' ,   .true.     , .true. , 'yearly'  , ''       , ''
63!
64   cn_dir_rnf    =  '../DYNA/'      !  root directory for the location of the data files
65/
66!