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 9169 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/domwri.F90 – NEMO

Ignore:
Timestamp:
2017-12-26T17:32:56+01:00 (6 years ago)
Author:
gm
Message:

dev_merge_2017: all SRC: finalize the removal of useless warning when reading namelist_cfg + remove all nn_closea + nn_msh replaced by a logical

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/DOM/domwri.F90

    r9124 r9169  
    4949      !!      diagnostic computation. 
    5050      !! 
    51       !! ** Method  :   Write in a file all the arrays generated in routines 
    52       !!      domhgr, domzgr, and dommsk. Note: the file contain depends on 
    53       !!      the vertical coord. used (z-coord, partial steps, s-coord) 
    54       !!            MOD(nn_msh, 3) = 1  :   'mesh_mask.nc' file 
    55       !!                         = 2  :   'mesh.nc' and mask.nc' files 
    56       !!                         = 0  :   'mesh_hgr.nc', 'mesh_zgr.nc' and 
    57       !!                                  'mask.nc' files 
    58       !!      For huge size domain, use option 2 or 3 depending on your  
    59       !!      vertical coordinate. 
    60       !! 
    61       !!      if     nn_msh <= 3: write full 3D arrays for e3[tuvw] and gdep[tuvw] 
    62       !!      if 3 < nn_msh <= 6: write full 3D arrays for e3[tuvw] and 2D arrays  
    63       !!                        corresponding to the depth of the bottom t- and w-points 
    64       !!      if 6 < nn_msh <= 9: write 2D arrays corresponding to the depth and the 
    65       !!                        thickness (e3[tw]_ps) of the bottom points  
     51      !! ** Method  :   create a file with all domain related arrays 
    6652      !! 
    6753      !! ** output file :   meshmask.nc  : domain size, horizontal grid-point position, 
     
    196182      CALL iom_close( inum )                !        close the files  
    197183      !                                     ! ============================ 
    198       ! 
    199184   END SUBROUTINE dom_wri 
    200185 
Note: See TracChangeset for help on using the changeset viewer.