Changeset 5082 for LMDZ6/branches/Amaury_dev/libf/dyn3d/caladvtrac.F
- Timestamp:
- Jul 19, 2024, 5:41:58 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d/caladvtrac.F
r2597 r5082 51 51 c 52 52 ! Earth-specific stuff for the first 2 tracers (water) 53 if (planet_type .eq."earth") then53 if (planet_type=="earth") then 54 54 C initialisation 55 55 ! CRisi: il faut gérer tous les traceurs si on veut pouvoir faire des … … 70 70 c 71 71 72 IF( iapptrac .EQ.iapp_tracvl ) THEN73 if (planet_type .eq."earth") then72 IF( iapptrac==iapp_tracvl ) THEN 73 if (planet_type=="earth") then 74 74 ! Earth-specific treatment for the first 2 tracers (water) 75 75 c … … 108 108 endif ! of if (planet_type.eq."earth") 109 109 ELSE 110 if (planet_type .eq."earth") then110 if (planet_type=="earth") then 111 111 ! Earth-specific treatment for the first 2 tracers (water) 112 112 dq(:,:,1:nqtot)=0.
Note: See TracChangeset
for help on using the changeset viewer.