Changeset 2678 for trunk/LMDZ.MARS/libf/phymars/callradite_mod.F
- Timestamp:
- May 17, 2022, 3:22:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/callradite_mod.F
r2643 r2678 20 20 & iaer_dust_conrath,iaer_dust_doubleq, 21 21 & iaer_dust_submicron, iaer_h2o_ice, iaer_co2_ice, 22 & iaer_stormdust_doubleq,iaer_topdust_doubleq 22 & iaer_stormdust_doubleq,iaer_topdust_doubleq,flux_1AU 23 23 use yomlw_h, only: gcp, nlaylte 24 24 use comcstfi_h, only: g,cpp … … 559 559 c ------------------------------------------------------- 560 560 c Mars solar constant (W m-2) 561 c 1370 W.m-2 is the solar constant at 1 AU.562 cste_mars= 1370./(dist_sol*dist_sol)561 c flux_1AU = 1370 W.m-2 is the solar constant at 1 AU. 562 cste_mars=flux_1AU/(dist_sol*dist_sol) 563 563 zzdtsw(:,:) = 0. 564 564 call swmain ( nd, nflev,
Note: See TracChangeset
for help on using the changeset viewer.