Ignore:
Timestamp:
10/13/17 15:55:07 (7 years ago)
Author:
dubos
Message:

trunk : upgrading to devel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/dynamics/caldyn_kernels_base.F90

    r561 r580  
    4949    Rd = kappa*cpp 
    5050 
    51 #ifdef CPP_DYSL 
    52 !#if 0 
     51    IF(dysl_geopot) THEN 
    5352#include "../kernels/compute_geopot.k90" 
    54 #else 
    55  
     53    ELSE 
    5654    ! Pressure is computed first top-down (temporarily stored in pk) 
    5755    ! Then Exner pressure and geopotential are computed bottom-up 
     
    164162    END IF 
    165163 
    166 #endif 
     164    END IF ! dysl 
    167165 
    168166    !ym flush geopot 
     
    314312    CALL trace_start("compute_caldyn_vert_nh") 
    315313 
    316 #ifdef CPP_DYSL 
     314    IF(dysl) THEN 
    317315!$OMP BARRIER 
    318316#include "../kernels/caldyn_vert_NH.k90" 
    319317!$OMP BARRIER 
    320 #else 
     318    ELSE 
    321319#define ETA_DOT(ij) eta_dot(ij,1) 
    322320#define WCOV(ij) wcov(ij,1) 
     
    365363#undef ETA_DOT 
    366364#undef WCOV 
    367 #endif 
    368  
     365 
     366    END IF ! dysl 
    369367    CALL trace_end("compute_caldyn_vert_nh") 
    370368 
Note: See TracChangeset for help on using the changeset viewer.