- Timestamp:
- Jan 8, 2016, 10:57:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/limit_read_mod.F90
r3867 r3871 36 36 USE surface_data 37 37 USE XIOS 38 USE etat0_limit_unstruct_mod, ONLY: create_etat0_limit39 38 IMPLICIT NONE 40 39 INTEGER, INTENT(IN) :: first_day … … 43 42 IF ( type_ocean /= 'couple') THEN 44 43 IF (grid_type==unstructured) THEN 45 IF (.NOT. create_etat0_limit)CALL xios_set_file_attr("limit_read",enabled=.TRUE.,record_offset=first_day)44 CALL xios_set_file_attr("limit_read",enabled=.TRUE.,record_offset=first_day) 46 45 ENDIF 47 46 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.