Changeset 4161 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Apr 1, 2026, 3:17:47 PM (6 weeks ago)
- Location:
- trunk/LMDZ.MARS/libf/phymars
- Files:
-
- 3 edited
-
improvedclouds_mod.F90 (modified) (1 diff)
-
physiq_mod.F (modified) (1 diff)
-
write_output_mod.F90 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/improvedclouds_mod.F90
r4044 r4161 443 443 IF (spenttime.ne.0) then 444 444 zdq=(dMicetot/spenttime)!*(ptimestep-spenttime) 445 ELSE 446 ! Initialization for spenttime=0 447 zdq=zpotcond(ig,l)*((ptimestep-spenttime)/ptimestep) 445 448 ENDIF 446 449 zdq=abs(zdq) -
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r4151 r4161 3337 3337 call write_output("phisfi","Surface geopotential", 3338 3338 & "m2s-2",phisfi(:)) 3339 call write_output("watercaptag","Watercap tag" 3340 & ,"Boolean",watercaptag(:)) 3339 3341 if (grid_type == regular_lonlat) then 3340 3342 call write_output("area","Mesh area","m2", -
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.
