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 15745 for NEMO/branches/UKMO/tools_r4.0-HEAD_dev_DMP_TOOLS/DMP_TOOLS/src/utils.F90 – NEMO

Ignore:
Timestamp:
2022-03-08T18:55:08+01:00 (2 years ago)
Author:
dbruciaferri
Message:

modifications for restoring upper 300 m to EN4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/tools_r4.0-HEAD_dev_DMP_TOOLS/DMP_TOOLS/src/utils.F90

    r4739 r15745  
    1919  REAL(wp), DIMENSION(:,:),   ALLOCATABLE :: gphif, glamf 
    2020  REAL(wp), DIMENSION(:,:),   ALLOCATABLE :: tmask, umask, vmask, fmask 
     21  REAL(wp), DIMENSION(:,:),   ALLOCATABLE :: dcst 
    2122  REAL(wp), DIMENSION(:,:),   ALLOCATABLE :: gdept 
    2223  REAL(wp), DIMENSION(:,:),   ALLOCATABLE :: resto 
     
    3738  REAL(KIND=8) :: pn_bot = 1 
    3839  REAL(KIND=8) :: pn_dep = 1000          
     40  REAL(KIND=8) :: pn_cst = 1000 
     41  REAL(KIND=8) :: rn_k = 50 
    3942  INTEGER  :: nn_hdmp = 0                          ! damping option 
    4043  INTEGER  :: jperio = 0                          ! damping option 
     
    4649  LOGICAL :: ln_zero_top_layer = .false. 
    4750  LOGICAL :: ln_custom = .false. 
     51  LOGICAL :: ln_exp = .true. 
    4852 
    49   NAMELIST/nam_dmp_create/cp_cfg, cp_cfz, jp_cfg, lzoom, ln_full_field, & 
     53  NAMELIST/nam_dmp_create/cp_cfg, cp_cfz, jp_cfg, lzoom, ln_full_field,  & 
    5054                          ln_med_red_seas, ln_old_31_lev_code, ln_coast, & 
    51                           ln_zero_top_layer, ln_custom, & 
    52                           pn_surf, pn_bot, pn_dep, nn_hdmp, jperio 
     55                          ln_zero_top_layer, ln_custom, ln_exp,          & 
     56                          pn_surf, pn_bot, pn_dep, rn_k, pn_cst, nn_hdmp, jperio 
    5357 
    5458  CONTAINS  
Note: See TracChangeset for help on using the changeset viewer.