Ignore:
Timestamp:
06/14/19 11:34:11 (5 years ago)
Author:
ymipsl
Message:

Fix typo. External physics was called for every case.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/physics/physics.f90

    r899 r910  
    171171    ENDIF 
    172172     
    173     IF (phys_external) THEN 
     173    IF (phys_type==phys_external) THEN 
    174174     
    175175      CALL physics_external(it ,f_phis, f_ps, f_theta_rhodz, f_ue, f_wflux, f_q) 
Note: See TracChangeset for help on using the changeset viewer.