Changeset 4161 for trunk/LMDZ.MARS/libf/phymars/write_output_mod.F90
- Timestamp:
- Apr 1, 2026, 3:17:47 PM (8 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.MARS/libf/phymars/write_output_mod.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/write_output_mod.F90
r4058 r4161 285 285 logical, dimension(:), intent(in) :: field 286 286 ! Local argument used to convert logical to real 287 real, dimension(ngrid) :: field_real 288 logical :: is_active ! For XIOS, should this field be sent or not 289 287 real, allocatable, dimension(:) :: field_real 288 logical :: is_active ! For XIOS, should this field be sent or not 289 290 allocate(field_real(size(field,1))) 290 291 field_real = 0. 291 292 where (field) field_real = 1.
Note: See TracChangeset
for help on using the changeset viewer.
