Ignore:
Timestamp:
2024-05-06T16:33:01+02:00 (4 weeks ago)
Author:
josefine.ghattas
Message:

Integrated changes from [8536] done by Laurent Fairhead and Amaury Barral, LMD, needed for compiler gfortran.

Location:
branches/ORCHIDEE_2_2/ORCHIDEE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE

  • branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/routing_native_flow.f90

    r8540 r8548  
    99  USE sechiba_io_p 
    1010  USE interpol_help 
    11   USE grid 
     11  USE grid, not_used => contfrac 
    1212  USE mod_orchidee_para 
    1313 
     
    18451845    CALL xios_context_initialize("orchidee_routing_out",MPI_COMM_ORCH) 
    18461846    CALL xios_orchidee_change_context("orchidee_routing_out") 
    1847     ts.second=dt_routing 
     1847    ts%second=dt_routing 
    18481848    calendar_type="gregorian"  
    18491849    CALL xios_define_calendar(type=calendar_type,start_date=start_date,time_origin=time_origin, timestep=ts ) 
Note: See TracChangeset for help on using the changeset viewer.