Changeset 8557


Ignore:
Timestamp:
2024-05-15T11:56:34+02:00 (3 weeks ago)
Author:
josefine.ghattas
Message:

Added print for pixel and lat/lon as done in the trunk. This is usefull information printed only once.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/sechiba.f90

    r8531 r8557  
    15011501    !! Initialize local printlev 
    15021502    printlev_loc=get_printlev('sechiba') 
    1503      
     1503    
     1504    ! Print usefull information necessary for identifying a problem pixel. 
     1505    ! It is good to leave this in here.  It is only written out once, 
     1506    IF (printlev>=1) THEN 
     1507       DO ji=1,kjpindex 
     1508          WRITE(numout,'(A,I6,10F20.10)') 'pixel number to lat/lon: ', ji, lalo(ji,1:2) 
     1509       END DO 
     1510    END IF 
     1511 
    15041512 
    15051513    !! 1.1 Initialize 3D vegetation indexation table 
Note: See TracChangeset for help on using the changeset viewer.