Changeset 4403 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- Jan 30, 2023, 9:27:31 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/infotrac_phy.F90
r4389 r4403 386 386 387 387 !=== DISPLAY THE RESULTS 388 ! IF(prt_level > 1) THEN 389 CALL msg('nqo = '//TRIM(int2str(nqo)), modname) 390 CALL msg('nbtr = '//TRIM(int2str(nbtr)), modname) 391 CALL msg('nqtrue = '//TRIM(int2str(nqtrue)), modname) 392 CALL msg('nqtot = '//TRIM(int2str(nqtot)), modname) 393 CALL msg('niso = '//TRIM(int2str(niso)), modname) 394 CALL msg('ntiso = '//TRIM(int2str(ntiso)), modname) 388 CALL msg('nqo = '//TRIM(int2str(nqo)), modname) 389 CALL msg('nbtr = '//TRIM(int2str(nbtr)), modname) 390 CALL msg('nqtrue = '//TRIM(int2str(nqtrue)), modname) 391 CALL msg('nqtot = '//TRIM(int2str(nqtot)), modname) 392 CALL msg('niso = '//TRIM(int2str(niso)), modname) 393 CALL msg('ntiso = '//TRIM(int2str(ntiso)), modname) 395 394 #ifdef INCA 396 CALL msg('nqCO2 = '//TRIM(int2str(nqCO2)), modname) 397 CALL msg('nqINCA = '//TRIM(int2str(nqINCA)), modname) 398 #endif 399 ! END IF 395 CALL msg('nqCO2 = '//TRIM(int2str(nqCO2)), modname) 396 CALL msg('nqINCA = '//TRIM(int2str(nqINCA)), modname) 397 #endif 400 398 t => tracers 401 399 CALL msg('Information stored in infotrac_phy :', modname)
Note: See TracChangeset
for help on using the changeset viewer.