Ignore:
Timestamp:
Feb 5, 2026, 2:47:26 PM (4 weeks ago)
Author:
jbclement
Message:

Mars PCM:
Addition of 'pa' and 'preff' in the information provided by "start1D.txt".
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F90

    r3912 r4043  
    1111use dimradmars_mod,      only: tauvis, totcloudfrac, albedo
    1212use dust_param_mod,      only: tauscaling
    13 use comvert_mod,         only: ap, bp, aps, bps
     13use comvert_mod,         only: ap, bp, aps, bps, pa, preff
    1414use physiq_mod,          only: physiq
    1515use turb_mod,            only: q2
     
    261261
    262262! 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)
     263if (startfiles_1D) call writerestart1D('restart1D.txt',psurf,pa,preff,tsurf(1,:),nlayer,size(tsurf,2),temp,u,v,nq,noms,qsurf(1,:,:),q)
    264264
    265265write(*,*) "testphys1d: everything is cool!"
Note: See TracChangeset for help on using the changeset viewer.