Changeset 8546


Ignore:
Timestamp:
2024-05-02T17:11:56+02:00 (7 weeks ago)
Author:
josefine.ghattas
Message:

As in [8545]: makes it possible to output file forcing_by_ORCHIDEE.nc also for grid=regular_xy

File:
1 edited

Legend:

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

    r8504 r8546  
    615615          CALL xios_set_field_attr('RESOLUTION_X',enabled=.FALSE.) 
    616616          CALL xios_set_field_attr('RESOLUTION_Y',enabled=.FALSE.) 
     617       ELSE IF (grid_type==regular_xy) THEN 
     618          ! nav_lat and nav_lon can not be output on the regular_xy grid as these names 
     619          ! already are used for the dimensions in the output file 
     620          CALL xios_set_field_attr('nav_lat',enabled=.FALSE.) 
     621          CALL xios_set_field_attr('nav_lon',enabled=.FALSE.) 
    617622       END IF 
    618623#endif 
Note: See TracChangeset for help on using the changeset viewer.