- Timestamp:
- Jul 24, 2024, 12:45:32 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/phyetat0_get_mod.F90
r5111 r5112 52 52 ! Same as phyetat0_get11, field on multiple levels, multiple names. 53 53 USE iostart, ONLY: get_field 54 USE print_control_mod, ONLY: lunout54 USE lmdz_print_control, ONLY: lunout 55 55 IMPLICIT NONE 56 56 REAL, INTENT(INOUT) :: field(:, :) ! klon, nlev … … 121 121 ! Same as phyetat0_sfr11, field on multiple levels, multiple names tested one after the other. 122 122 USE iostart, ONLY: get_field 123 USE print_control_mod, ONLY: lunout123 USE lmdz_print_control, ONLY: lunout 124 124 USE strings_mod, ONLY: int2str, maxlen 125 125 USE lmdz_abort_physic, ONLY: abort_physic
Note: See TracChangeset
for help on using the changeset viewer.