Changeset 3871
- Timestamp:
- Jan 8, 2016, 10:57:11 AM (9 years ago)
- Location:
- dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd
- Files:
-
- 2 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 -
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/physiq.F90
r3867 r3871 910 910 if (first) then 911 911 CALL init_etat0_limit_unstruct 912 CALL init_limit_read(days_elapsed)912 IF (.NOT. create_etat0_limit) CALL init_limit_read(days_elapsed) 913 913 914 914 !CR:nvelles variables convection/poches froides
Note: See TracChangeset
for help on using the changeset viewer.