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 4247 for branches/2013/dev_LOCEAN_CMCC_INGV_MERC_UKMO_2013/NEMOGCM/NEMO/OPA_SRC/TRA – NEMO

Ignore:
Timestamp:
2013-11-19T13:09:39+01:00 (10 years ago)
Author:
cetlod
Message:

dev_locean_cmcc_ingv_merc_ukmo : minor bugs corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_CMCC_INGV_MERC_UKMO_2013/NEMOGCM/NEMO/OPA_SRC/TRA/tradmp.F90

    r4245 r4247  
    4949 
    5050   !                               !!* Namelist namtra_dmp : T & S newtonian damping * 
    51    LOGICAL, PUBLIC ::   ln_tradmp   !: internal damping flag 
    52    INTEGER         ::   nn_hdmp     ! = 0/-1/'latitude' for damping over T and S 
    53    INTEGER         ::   nn_zdmp     ! = 0/1/2 flag for damping in the mixed layer 
    54    REAL(wp)        ::   rn_surf     ! surface time scale for internal damping        [days] 
    55    REAL(wp)        ::   rn_bot      ! bottom time scale for internal damping         [days] 
    56    REAL(wp)        ::   rn_dep      ! depth of transition between rn_surf and rn_bot [meters] 
    57    INTEGER         ::   nn_file     ! = 1 create a damping.coeff NetCDF file  
     51   LOGICAL , PUBLIC ::   ln_tradmp   !: internal damping flag 
     52   INTEGER , PUBLIC ::   nn_hdmp     ! = 0/-1/'latitude' for damping over T and S 
     53   INTEGER , PUBLIC ::   nn_zdmp     ! = 0/1/2 flag for damping in the mixed layer 
     54   REAL(wp), PUBLIC ::   rn_surf     ! surface time scale for internal damping        [days] 
     55   REAL(wp), PUBLIC ::   rn_bot      ! bottom time scale for internal damping         [days] 
     56   REAL(wp), PUBLIC ::   rn_dep      ! depth of transition between rn_surf and rn_bot [meters] 
     57   INTEGER , PUBLIC ::   nn_file     ! = 1 create a damping.coeff NetCDF file  
    5858 
    5959   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:,:) ::   strdmp   !: damping salinity trend (psu/s) 
Note: See TracChangeset for help on using the changeset viewer.