- Timestamp:
- Jul 1, 2022, 5:45:27 PM (3 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2739 r2740 3725 3725 Tests showed that this specific erroneous computation was only done in rare 3726 3726 cases and had overall little impact on the simulations. 3727 3728 == 01/07/2022 == EM 3729 Fix a bug I introduced in r2681 (19/05/2022): surface tracers should only be 3730 initialized to zero if not found in the startfi.nc file. -
trunk/LMDZ.MARS/libf/phymars/phyetat0_mod.F90
r2681 r2740 565 565 write(*,*) "phyetat0: Failed loading <",trim(txt),">" 566 566 write(*,*) " ",trim(txt)," is set to zero" 567 qsurf(:,iq)=0. 567 568 endif 568 qsurf(:,iq)=0.569 569 else 570 570 qsurf(:,iq)=0.
Note: See TracChangeset
for help on using the changeset viewer.