Changeset 3369 for trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
- Timestamp:
- Jun 12, 2024, 11:00:16 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq_mod.F
r3325 r3369 65 65 use conc_mod, only: init_r_cp_mu, update_r_cp_mu_ak, rnew, 66 66 & cpnew, mmean 67 use time_phylmdz_mod, only: iphysiq, day_step, ecritstart, daysec 67 use time_phylmdz_mod, only: steps_per_sol 68 use time_phylmdz_mod, only: iphysiq, ecritstart, daysec 68 69 use dimradmars_mod, only: aerosol, totcloudfrac, 69 70 & dtrad, fluxrad_sky, fluxrad, albedo, … … 1007 1008 ENDIF !end callnlte 1008 1009 1009 c Find number of layers for LTE radiation calculations 1010 IF(MOD(iphysiq*(icount-1),day_step).EQ.0) 1010 ! Find number of layers for LTE radiation calculations 1011 ! (done only once per sol) 1012 IF(MOD((icount-1),steps_per_sol).EQ.0) 1011 1013 & CALL nlthermeq(ngrid,nlayer,zplev,zplay) 1012 1014
Note: See TracChangeset
for help on using the changeset viewer.