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 13585 – NEMO

Changeset 13585


Ignore:
Timestamp:
2020-10-14T14:24:38+02:00 (3 years ago)
Author:
cbricaud
Message:

bugfix in tools/DOMAINcfg for ticket #2547

Location:
utils/tools/DOMAINcfg/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/src/dommsk.F90

    r13204 r13585  
    295295      ! 
    296296 
    297       CALL usr_def_fmask( cn_cfg, nn_cfg, fmask ) 
     297      CALL usr_def_fmask( cp_cfg, jp_cfg, fmask ) 
    298298      ! 
    299299   END SUBROUTINE dom_msk 
  • utils/tools/DOMAINcfg/src/par_oce.f90

    r13204 r13585  
    4444   !! Domain Matrix size  
    4545   !!--------------------------------------------------------------------- 
    46    ! configuration name & resolution   (required only in ORCA family case) 
    47    CHARACTER(lc) ::   cn_cfg           !: name of the configuration 
    48    INTEGER       ::   nn_cfg           !: resolution of the configuration  
    49  
    5046   ! global domain size               !!! * total computational domain * 
    5147   INTEGER       ::   jpiglo           !: 1st dimension of global domain --> i-direction 
Note: See TracChangeset for help on using the changeset viewer.