Ignore:
Timestamp:
05/17/19 15:02:07 (5 years ago)
Author:
ymipsl
Message:

experimental : add smooth physics tendency for external physics.

Activated with param :

phys_smooth_tendency=y

To be tested...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/time/timeloop_gcm.f90

    r667 r871  
    345345        
    346346       CALL enter_profile(id_diags) 
    347        IF (MOD(it,itau_physics)==0) THEN 
     347!       IF (MOD(it,itau_physics)==0) THEN 
    348348          CALL check_conserve_detailed(it, AAM_dyn, & 
    349349            f_ps,f_dps,f_u,f_theta_rhodz,f_phis) 
     
    357357          !$OMP END MASTER    
    358358          first_physic=.FALSE. 
    359        END IF 
     359!       END IF 
    360360 
    361361       IF (MOD(it,itau_check_conserv)==0) THEN 
Note: See TracChangeset for help on using the changeset viewer.