Changeset 2643 for trunk/LMDZ.MARS/libf/phymars/topmons_mod.F90
- Timestamp:
- Mar 17, 2022, 2:36:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/topmons_mod.F90
r2634 r2643 22 22 icount,zday,zls,tsurf,igout,aerosol, & 23 23 tauscaling,dust_rad_adjust, & 24 IRtoVIScoef, & 24 25 ! input sub-grid scale rocket dust storm 25 26 totstormfract,clearatm, & … … 75 76 REAL, INTENT(INOUT) :: tauscaling(ngrid) 76 77 REAL,INTENT(INOUT) :: dust_rad_adjust(ngrid) 78 REAL,INTENT(INOUT) :: IRtoVIScoef(ngrid) ! NB: not modified by this call to callradite, 79 ! the OUT is just here because callradite needs it 80 77 81 ! input sub-grid scale rocket dust storm 78 82 LOGICAL, INTENT(IN) :: clearatm … … 284 288 zdtlw1,zdtsw1,fluxsurf_lw1,fluxsurf_sw1,fluxtop_lw1, & 285 289 fluxtop_sw1,tau_pref_scenario,tau_pref_gcm, & 286 tau,aerosol,dsodust,tauscaling,dust_rad_adjust, 290 tau,aerosol,dsodust,tauscaling,dust_rad_adjust,IRtoVIScoef, & 287 291 taucloudtes,rdust,rice,nuice,riceco2,nuiceco2,co2ice,rstormdust,rtopdust, & 288 292 totstormfract,clearatm,dsords,dsotop,nohmons,&
Note: See TracChangeset
for help on using the changeset viewer.