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 6827 for branches/2016/dev_r6409_SIMPLIF_2_usrdef_tools/NEMOGCM/NEMO/OPA_SRC/DOM/domcfg.F90 – NEMO

Ignore:
Timestamp:
2016-08-01T15:37:15+02:00 (8 years ago)
Author:
flavoni
Message:

#1692 - branch SIMPLIF_2_usrdef: commit routines Fortran to create domain_cfg.nc file, to have domain (input) files for new simplification branch. To be moved in TOOLS directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef_tools/NEMOGCM/NEMO/OPA_SRC/DOM/domcfg.F90

    r6140 r6827  
    1616   USE lib_mpp         ! distributed memory computing library 
    1717   USE timing          ! Timing 
    18    USE c1d             ! 1D configuration 
    19    USE domc1d          ! 1D configuration: column location 
    2018 
    2119   IMPLICIT NONE 
     
    8280      !!---------------------------------------------------------------------- 
    8381      !                              ! recalculate jpizoom/jpjzoom given lat/lon 
    84       IF( lk_c1d .AND. ln_c1d_locpt )  CALL dom_c1d( rn_lat1d, rn_lon1d ) 
    8582      ! 
    8683      !                        ! ============== ! 
Note: See TracChangeset for help on using the changeset viewer.