Changeset 4043 for trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F90
- Timestamp:
- Feb 5, 2026, 2:47:26 PM (4 weeks ago)
- File:
-
- 1 edited
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F90
r3912 r4043 11 11 use dimradmars_mod, only: tauvis, totcloudfrac, albedo 12 12 use dust_param_mod, only: tauscaling 13 use comvert_mod, only: ap, bp, aps, bps 13 use comvert_mod, only: ap, bp, aps, bps, pa, preff 14 14 use physiq_mod, only: physiq 15 15 use turb_mod, only: q2 … … 261 261 262 262 ! Writing the "restart1D.txt" file for the next run 263 if (startfiles_1D) call writerestart1D('restart1D.txt',psurf, tsurf(1,:),nlayer,size(tsurf,2),temp,u,v,nq,noms,qsurf(1,:,:),q)263 if (startfiles_1D) call writerestart1D('restart1D.txt',psurf,pa,preff,tsurf(1,:),nlayer,size(tsurf,2),temp,u,v,nq,noms,qsurf(1,:,:),q) 264 264 265 265 write(*,*) "testphys1d: everything is cool!"
Note: See TracChangeset
for help on using the changeset viewer.
