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 7025 for branches/2016/dev_r6999_CONFIGMAN_1/NEMOGCM/TOOLS/SIREN/src/create_boundary.F90 – NEMO

Ignore:
Timestamp:
2016-10-13T11:08:38+02:00 (8 years ago)
Author:
jpaul
Message:

see ticket #1781

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6999_CONFIGMAN_1/NEMOGCM/TOOLS/SIREN/src/create_boundary.F90

    r6393 r7025  
    2626!>  <br/>  
    2727!> \image html  boundary_NEATL36_70.png  
    28 !> \image latex boundary_NEATL36_70.png 
     28!> <center>\image latex boundary_NEATL36_70.png 
     29!> </center> 
    2930!> 
    3031!> @note  
     
    6566!> 
    6667!>    * _vertical grid namelist (namzgr)_:<br/> 
    67 !>       - dn_pp_to_be_computed  : 
    6868!>       - dn_ppsur              : 
    6969!>       - dn_ppa0               : 
     
    161161!>             - cn_north='index1(width),first1:last1|index2,first2:last2' 
    162162!>             \image html  boundary_50.png  
    163 !>             \image latex boundary_50.png 
     163!>             <center>\image latex boundary_50.png 
     164!>             </center> 
    164165!>       - cn_south  : south boundary indices on fine grid 
    165166!>       - cn_east   : east  boundary indices on fine grid 
     
    198199!> @date January, 2016 
    199200!> - same process use for variable extracted or interpolated from input file. 
     201!> 
     202!> @todo 
     203!> - rewitre using meshmask instead of bathymetry and coordinates files. 
    200204!> 
    201205!> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
     
    396400 
    397401   !namzgr 
    398    REAL(dp)                                :: dn_pp_to_be_computed = 0._dp 
    399402   REAL(dp)                                :: dn_ppsur   = -3958.951371276829_dp 
    400403   REAL(dp)                                :: dn_ppa0    =   103.953009600000_dp 
     
    457460  
    458461   NAMELIST /namzgr/ & 
    459    &  dn_pp_to_be_computed, & 
    460462   &  dn_ppsur,     & 
    461463   &  dn_ppa0,      & 
Note: See TracChangeset for help on using the changeset viewer.