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/OCE/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/OCE/nemogcm.F90

    r15006 r15010  
    407407                           CALL     phy_cst         ! Physical constants 
    408408                           CALL     eos_init        ! Equation of state 
    409       IF( lk_c1d       )   CALL     c1d_init        ! 1D column configuration 
    410409                           CALL     wad_init        ! Wetting and drying options 
    411410 
     
    459458 
    460459      !                                      ! Dynamics 
    461       IF( lk_c1d       )   CALL dyn_dmp_init         ! internal momentum damping 
     460      IF( ln_c1d       )   CALL dyn_dmp_init         ! internal momentum damping 
    462461                           CALL dyn_adv_init         ! advection (vector or flux form) 
    463462                           CALL dyn_vor_init         ! vorticity term including Coriolis 
Note: See TracChangeset for help on using the changeset viewer.