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 11201 for NEMO/branches/2019/ENHANCE-03_domcfg/src/par_oce.f90 – NEMO

Ignore:
Timestamp:
2019-07-01T12:10:15+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-03_domcfg : add management of closed seas in domain cfg by flood filling and lat/lon seed instead of i/j box definition (ticket #2143)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-03_domcfg/src/par_oce.f90

    r10727 r11201  
    1313   PUBLIC 
    1414 
    15    ! zoom starting position 
    16    INTEGER       ::   jpizoom          !: left bottom (i,j) indices of the zoom 
    17    INTEGER       ::   jpjzoom          !: in data domain indices 
    18  
    19   CHARACTER(lc) ::   cp_cfg           !: name of the configuration 
     15   CHARACTER(lc) ::   cp_cfg           !: name of the configuration 
    2016   CHARACTER(lc) ::   cp_cfz           !: name of the zoom of configuration 
    2117   INTEGER       ::   jp_cfg           !: resolution of the configuration 
Note: See TracChangeset for help on using the changeset viewer.