- Timestamp:
- Apr 17, 2015, 10:30:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/infotrac_phy.f90
r3816 r3817 60 60 nbtr=nbtr_ 61 61 ALLOCATE(tname(nqtot)) 62 tname(:) = tname_(:) 62 63 ALLOCATE(ttext(nqtot)) 63 ALLOCATE(niadv(nqtot))64 tname(:) = tname_(:)65 64 ttext(:) = ttext_(:) 66 niadv(:) = niadv_(:)67 65 ALLOCATE(niadv(nqtot)) 68 66 niadv(:)=niadv_(:) … … 74 72 solsym(:)=solsym_(:) 75 73 74 write(*,*) "init_infotrac_phy: nqtot,nqo,nbtr",nqtot,nqo,nbtr 75 76 76 END SUBROUTINE init_infotrac_phy 77 77
Note: See TracChangeset
for help on using the changeset viewer.