- Timestamp:
- Jul 28, 2025, 7:23:15 PM (6 days ago)
- Location:
- LMDZ6/branches/contrails
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5654-5683,5685-5690,5692-5715,5718-5721,5726-5727,5729,5744-5761,5763-5778,5780,5785-5789
- Property svn:mergeinfo changed
-
LMDZ6/branches/contrails/libf/phylmdiso/isotopes_routines_mod.F90
r5296 r5791 16419 16419 USE phyetat0_get_mod, ONLY: phyetat0_get, phyetat0_srf 16420 16420 USE infotrac_phy, ONLY: new2oldH2O 16421 USE strings_mod, ONLY: strIdx, strHead, strTail, maxlen, msg, int2str16421 USE strings_mod, ONLY: strIdx, strHead, strTail, maxlen, msg, num2str 16422 16422 #ifdef ISOVERIF 16423 16423 USE isotopes_verif_mod … … 16448 16448 modname = 'phyiso_etat0_fichier' 16449 16449 CALL msg('3', modname) 16450 CALL msg('niso = '//TRIM( int2str(niso)), modname)16450 CALL msg('niso = '//TRIM(num2str(niso)), modname) 16451 16451 CALL msg('isoName(1) = '//TRIM(isoName(1)), modname) 16452 16452
Note: See TracChangeset
for help on using the changeset viewer.