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 2435 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90 – NEMO

Ignore:
Timestamp:
2010-11-25T17:33:31+01:00 (13 years ago)
Author:
cetlod
Message:

Improve the 1D vertical configuration in v3.3beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90

    r2392 r2435  
    3030   USE iom              ! Library to read input files 
    3131   USE asmpar           ! Parameters for the assmilation interface 
    32 #if defined key_c1d 
    33    USE c1d, ONLY :   lk_c1d    ! 1D initialization 
    34 #endif 
     32   USE c1d              ! 1D initialization 
    3533 
    3634   IMPLICIT NONE 
     
    674672            CALL eos( tsb, rhd, rhop )                ! Before potential and in situ densities 
    675673          
    676 #if ! defined key_c1d 
    677             IF( ln_zps ) & 
     674            IF( ln_zps .AND. .NOT. lk_c1d ) & 
    678675               &  CALL zps_hde( nit000, jpts, tsb,   &  ! Partial steps: before horizontal derivative 
    679676               &                gtsu, gtsv, rhd,        &  ! of T, S, rd at the bottom ocean level 
    680677               &                gru , grv ) 
    681 #endif 
    682678 
    683679            DEALLOCATE( t_bkginc ) 
Note: See TracChangeset for help on using the changeset viewer.