Ignore:
Timestamp:
2022-07-20T11:30:43+02:00 (2 years ago)
Author:
josefine.ghattas
Message:

Integrated new irrigation scheme developed by Pedro Arboleda. See ticket #857
This corresponds to revsion 7708 of version pedro.arboleda/ORCHIDEE. Following differences were made but were not made on the pedro.arboleda/ORCHIDEE :

  • argumet place in call to routing_wrapper_intialize changed order
  • lines with only change in space were not taken
  • some indentation changed
  • set irrigation output as enalbled false if not do_irrigation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_parallel/xios_orchidee.f90

    r7576 r7709  
    451451          CALL xios_set_field_attr("netirrig",enabled=.FALSE.) 
    452452          CALL xios_set_field_attr("irrigmap",enabled=.FALSE.) 
     453          CALL xios_set_field_attr("irrig_deficit",enabled=.FALSE.) 
     454          CALL xios_set_field_attr("irrig_adduct",enabled=.FALSE.) 
     455          CALL xios_set_field_attr("irrig_gw_source",enabled=.FALSE.) 
     456          CALL xios_set_field_attr("irrig_fast_source",enabled=.FALSE.) 
     457          CALL xios_set_field_attr("irrig_str_source",enabled=.FALSE.) 
     458          CALL xios_set_field_attr("Count_failure_slow",enabled=.FALSE.) 
     459          CALL xios_set_field_attr("Count_failure_fast",enabled=.FALSE.) 
     460          CALL xios_set_field_attr("Count_failure_stre",enabled=.FALSE.) 
     461          CALL xios_set_field_attr("irrigmap_dyn",enabled=.FALSE.) 
    453462       END IF 
    454463 
Note: See TracChangeset for help on using the changeset viewer.