Ignore:
Timestamp:
2021-07-30T18:36:29+02:00 (3 years ago)
Author:
agnes.ducharne
Message:

Integrated r5705 (solay now in meters in output files), and small changes with no impact on code (r6220, r6565, r6567) from the trunk. Checked with a 5d run.

File:
1 edited

Legend:

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

    r7259 r7265  
    253253    CALL xios_orchidee_init( MPI_COMM_ORCH,                        & 
    254254         date0,   year_end,  month_end,     day_end,  julian_diff, & 
    255          lon,     lat,       znt ) 
     255         lon,     lat ) 
    256256 
    257257    CALL sechiba_xios_initialize 
     
    10331033    CALL xios_orchidee_init( MPI_COMM_ORCH,                   & 
    10341034         date0,    year_end, month_end,     day_end, julian_diff, & 
    1035          tmp_lon,  tmp_lat,  znt ) 
     1035         tmp_lon,  tmp_lat ) 
    10361036 
    10371037    IF (printlev >= 3) WRITE(numout,*) 'intersurf_initialize_gathered: After xios_orchidee_init' 
Note: See TracChangeset for help on using the changeset viewer.