Changeset 4403 for LMDZ6/trunk/libf/dyn3d_common
- Timestamp:
- Jan 30, 2023, 9:27:31 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d_common/infotrac.F90
r4389 r4403 379 379 380 380 !=== DISPLAY THE RESULTS 381 IF(prt_level > 1) THEN 382 CALL msg('nqo = '//TRIM(int2str(nqo)), modname) 383 CALL msg('nbtr = '//TRIM(int2str(nbtr)), modname) 384 CALL msg('nqtrue = '//TRIM(int2str(nqtrue)), modname) 385 CALL msg('nqtot = '//TRIM(int2str(nqtot)), modname) 386 CALL msg('niso = '//TRIM(int2str(niso)), modname) 387 CALL msg('ntiso = '//TRIM(int2str(ntiso)), modname) 381 CALL msg('nqo = '//TRIM(int2str(nqo)), modname) 382 CALL msg('nbtr = '//TRIM(int2str(nbtr)), modname) 383 CALL msg('nqtrue = '//TRIM(int2str(nqtrue)), modname) 384 CALL msg('nqtot = '//TRIM(int2str(nqtot)), modname) 385 CALL msg('niso = '//TRIM(int2str(niso)), modname) 386 CALL msg('ntiso = '//TRIM(int2str(ntiso)), modname) 388 387 #ifdef INCA 389 CALL msg('nqCO2 = '//TRIM(int2str(nqCO2)), modname) 390 CALL msg('nqINCA = '//TRIM(int2str(nqINCA)), modname) 391 #endif 392 END IF 388 CALL msg('nqCO2 = '//TRIM(int2str(nqCO2)), modname) 389 CALL msg('nqINCA = '//TRIM(int2str(nqINCA)), modname) 390 #endif 393 391 t => tracers 394 392 CALL msg('Information stored in infotrac :', modname)
Note: See TracChangeset
for help on using the changeset viewer.