Changeset 3462 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- Feb 2, 2019, 1:57:31 AM (6 years ago)
- Location:
- LMDZ6/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/phyetat0.F90
r3459 r3462 524 524 ENDIF 525 525 526 CALL init_iophy_new(latitude_deg, longitude_deg) 526 ! FH: Called outside phyetat0 527 ! CALL init_iophy_new(latitude_deg, longitude_deg) 527 528 528 529 ! Initilialize module fonte_neige_mod -
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r3461 r3462 1488 1488 ENDIF 1489 1489 ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1490 !CALL init_iophy_new(latitude_deg,longitude_deg)1490 IF (grid_type/=unstructured) CALL init_iophy_new(latitude_deg,longitude_deg) 1491 1491 1492 1492 !=================================================================== … … 1584 1584 CALL create_etat0_limit_unstruct 1585 1585 CALL phyetat0 ("startphy.nc",clesphy0,tabcntr0) 1586 IF (grid_type==unstructured) CALL init_iophy_new(latitude_deg,longitude_deg) 1586 1587 1587 1588 !jyg<
Note: See TracChangeset
for help on using the changeset viewer.