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 7188 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2016-11-04T06:54:44+01:00 (7 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: e3.=dk[dep.] (discret derivative)

Location:
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg

    r7002 r7188  
    2525&namcfg     !   parameters of the configuration    
    2626!----------------------------------------------------------------------- 
    27    ln_read_cfg = .true.    !  (=T) read the domain configuration in 'domain_cfg.nc" file 
     27   ln_read_cfg = .false.   !  (=T) read the domain configuration in 'domain_cfg.nc" file 
    2828   !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    2929   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r6667 r7188  
    2424   ln_read_cfg = .false.   !  (=T) read the domain configuration in 'domain_cfg.nc" file 
    2525   !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    26    ln_write_cfg= .true.    !  (=T) create the domain configuration file 
     26   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    2727   ! 
    2828   cp_cfg      = "default" !  name of the configuration 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg

    r6667 r7188  
    1717   ln_read_cfg = .false.   !  (=T) read the domain configuration in 'domain_cfg.nc" file 
    1818   !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    19    ln_write_cfg= .true.    !  (=T) create the domain configuration file 
     19   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    2020   ! 
    2121   cp_cfg      = "default" !  name of the configuration 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/namelist_cfg

    r6667 r7188  
    1717   ln_read_cfg = .false.   !  (=T) read the domain configuration in 'domain_cfg.nc" file 
    1818   !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
    19    ln_write_cfg= .true.    !  (=T) create the domain configuration file 
     19   ln_write_cfg= .false.   !  (=T) create the domain configuration file 
    2020   ! 
    2121   cp_cfg      = "default" !  name of the configuration 
     
    4141&namtsd    !   data : Temperature  & Salinity 
    4242!----------------------------------------------------------------------- 
    43    cn_dir        = './'      !  root directory for the location of the runoff files 
    44    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    45    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     43   cn_dir        = './'    !  root directory for the location of the runoff files 
     44   ln_tsd_init   = .false. !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
     45   ln_tsd_tradmp = .false. !  damping of ocean T & S toward T &S input data (T) or not (F) 
    4646/ 
    4747!----------------------------------------------------------------------- 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/LOCK_EXCHANGE/MY_SRC/usrdef_zgr.F90

    r6923 r7188  
    122122      !!      vertical scale factors. 
    123123      !! 
    124       !! ** Method  :   z-coordinate system (use in all type of coordinate) 
    125       !!      The depth of model levels is defined from an analytical 
    126       !!      function the derivative of which gives the scale factors. 
    127       !!      both depth and scale factors only depend on k (1d arrays). 
    128       !!              w-level: pdepw_1d  = pdep(k) 
    129       !!                       pe3w_1d(k) = dk(pdep)(k)     = e3(k) 
    130       !!              t-level: pdept_1d  = pdep(k+0.5) 
    131       !!                       pe3t_1d(k) = dk(pdep)(k+0.5) = e3(k+0.5) 
     124      !! ** Method  :   1D z-coordinate system (use in all type of coordinate) 
     125      !!       The depth of model levels is set from dep(k), an analytical function: 
     126      !!                   w-level: depw_1d  = dep(k) 
     127      !!                   t-level: dept_1d  = dep(k+0.5) 
     128      !!       The scale factors are the discrete derivative of the depth: 
     129      !!                   e3w_1d(jk) = dk[ dept_1d ]  
     130      !!                   e3t_1d(jk) = dk[ depw_1d ] 
    132131      !! 
    133132      !!            ===    Here constant vertical resolution   === 
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/OVERFLOW/MY_SRC/usrdef_zgr.F90

    r6923 r7188  
    218218      !!      vertical scale factors. 
    219219      !! 
    220       !! ** Method  :   z-coordinate system (use in all type of coordinate) 
    221       !!      The depth of model levels is defined from an analytical 
    222       !!      function the derivative of which gives the scale factors. 
    223       !!      both depth and scale factors only depend on k (1d arrays). 
    224       !!              w-level: pdepw_1d  = pdep(k) 
    225       !!                       pe3w_1d(k) = dk(pdep)(k)     = e3(k) 
    226       !!              t-level: pdept_1d  = pdep(k+0.5) 
    227       !!                       pe3t_1d(k) = dk(pdep)(k+0.5) = e3(k+0.5) 
     220      !! ** Method  :   1D z-coordinate system (use in all type of coordinate) 
     221      !!       The depth of model levels is set from dep(k), an analytical function: 
     222      !!                   w-level: depw_1d  = dep(k) 
     223      !!                   t-level: dept_1d  = dep(k+0.5) 
     224      !!       The scale factors are the discrete derivative of the depth: 
     225      !!                   e3w_1d(jk) = dk[ dept_1d ]  
     226      !!                   e3t_1d(jk) = dk[ depw_1d ] 
    228227      !! 
    229228      !!            ===    Here constant vertical resolution   === 
Note: See TracChangeset for help on using the changeset viewer.