Changeset 3603 for trunk/LMDZ.COMMON/libf/evolution/writediagpem.F90
- Timestamp:
- Jan 28, 2025, 5:16:15 PM (2 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/writediagpem.F90
r3532 r3603 824 824 ierr=NF_INQ_DIMID(nid,"time",id(4)) 825 825 ! Tell the world about it 826 write(*,*) "===================== "827 write(*,*) " writediagsoilpem: creating variable "//trim(name)826 write(*,*) "===========================" 827 write(*,*) "DIAGSOILPEM: creating variable "//trim(name) 828 828 call def_var(nid,name,title,units,4,id,varid,ierr) 829 829 endif ! of if (ierr.ne.NF_NOERR) … … 908 908 ierr=NF_INQ_DIMID(nid,"time",id(3)) 909 909 ! Tell the world about it 910 write(*,*) "===================== "911 write(*,*) " writediagsoilpem: creating variable "//trim(name)910 write(*,*) "===========================" 911 write(*,*) "DIAGSOILPEM: creating variable "//trim(name) 912 912 call def_var(nid,name,title,units,3,id,varid,ierr) 913 913 endif ! of if (ierr.ne.NF_NOERR) … … 959 959 ierr=NF_INQ_DIMID(nid,"time",id(1)) 960 960 ! Tell the world about it 961 write(*,*) "===================== "962 write(*,*) " writediagsoilpem: creating variable "//trim(name)961 write(*,*) "===========================" 962 write(*,*) "DIAGSOILPEM: creating variable "//trim(name) 963 963 call def_var(nid,name,title,units,1,id,varid,ierr) 964 964 endif ! of if (ierr.ne.NF_NOERR)
Note: See TracChangeset
for help on using the changeset viewer.