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 15010 for NEMO/branches/2021/ticket2680_C1D_PAPA/src/OFF/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2021-06-17T14:14:52+02:00 (3 years ago)
Author:
gsamson
Message:

remove cpp key 'key_c1d' and replace 'lk_c1d' by 'ln_c1d' in &namdom (#2680)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/ticket2680_C1D_PAPA/src/OFF/nemogcm.F90

    r14834 r15010  
    348348                           CALL     phy_cst         ! Physical constants 
    349349                           CALL     eos_init        ! Equation of state 
    350       IF( lk_c1d       )   CALL     c1d_init        ! 1D column configuration 
     350      IF( ln_c1d       )   CALL     c1d_init        ! 1D column configuration 
    351351                           CALL     dom_init( Nbb, Nnn, Naa ) ! Domain 
    352352      IF( sn_cfctl%l_prtctl )   & 
Note: See TracChangeset for help on using the changeset viewer.