Changeset 1563 for LMDZ5/trunk/libf/phylmd/physiq.F
- Timestamp:
- Aug 29, 2011, 3:32:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/physiq.F
r1539 r1563 1355 1355 tau_overturning_th(:)=0. 1356 1356 1357 IF ( config_inca /= 'none') THEN1357 IF (type_trac == 'inca') THEN 1358 1358 ! jg : initialisation jusqu'au ces variables sont dans restart 1359 1359 ccm(:,:,:) = 0. … … 1619 1619 #endif 1620 1620 1621 ecrit_hf2mth = ecrit_mth/ecrit_hf1622 1621 1623 1622 ecrit_hf = ecrit_hf * un_jour … … 1633 1632 ecrit_LES = ecrit_LES * un_jour 1634 1633 c 1635 PRINT*,'physiq ecrit_ hf day mth reg tra ISCCP hf2mth',1636 . ecrit_hf,ecrit_day,ecrit_mth,ecrit_reg,ecrit_tra,ecrit_ISCCP,1637 . ecrit_hf2mth1638 1634 1639 1635 cXXXPB Positionner date0 pour initialisation de ORCHIDEE … … 1652 1648 cc ENDDO 1653 1649 c 1654 IF ( config_inca /= 'none') THEN1650 IF (type_trac == 'inca') THEN 1655 1651 #ifdef INCA 1656 1652 CALL VTe(VTphysiq) … … 3150 3146 ENDDO 3151 3147 3152 IF ( config_inca /= 'none') THEN3148 IF (type_trac == 'inca') THEN 3153 3149 #ifdef INCA 3154 3150 CALL VTe(VTphysiq) … … 3204 3200 CALL VTb(VTphysiq) 3205 3201 #endif 3206 END IF ! config_inca /= 'none'3202 END IF !type_trac = inca 3207 3203 c 3208 3204 c Calculer les parametres optiques des nuages et quelques … … 3860 3856 #include "calcul_divers.h" 3861 3857 c 3862 IF ( config_inca /= 'none') THEN3858 IF (type_trac == 'inca') THEN 3863 3859 #ifdef INCA 3864 3860 CALL VTe(VTphysiq)
Note: See TracChangeset
for help on using the changeset viewer.