Changeset 8546 for branches/ORCHIDEE_2_2/ORCHIDEE
- Timestamp:
- 2024-05-02T17:11:56+02:00 (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/src_parallel/xios_orchidee.f90
r8504 r8546 615 615 CALL xios_set_field_attr('RESOLUTION_X',enabled=.FALSE.) 616 616 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.) 617 622 END IF 618 623 #endif
Note: See TracChangeset
for help on using the changeset viewer.