Changeset 2734
- Timestamp:
- Jun 21, 2022, 11:24:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90
r2733 r2734 20 20 use thermcell_mod, only: init_thermcell_mod 21 21 use gases_h, only: gnom, gfrac 22 use radcommon_h, only: sigma, glat, grav, BWNV 22 use radcommon_h, only: sigma, glat, grav, BWNV, WNOI,DWNI,DWNV,WNOV 23 23 use radii_mod, only: h2o_reffrad, co2_reffrad 24 24 use aerosol_mod, only: iaero_co2, iaero_h2o … … 2613 2613 CALL send_xios_field("OLR",fluxtop_lw) 2614 2614 CALL send_xios_field("ASR",fluxabs_sw) 2615 2615 2616 if (specOLR .and. corrk) then 2617 call send_xios_field("OLR3D",OLR_nu) 2618 call send_xios_field("IR_Bandwidth",DWNI) 2619 call send_xios_field("VI_Bandwidth",DWNV) 2620 call send_xios_field("OSR3D",OSR_nu) 2621 call send_xios_field("GSR3D",GSR_nu) 2622 endif 2623 2616 2624 if (lastcall.and.is_omp_master) then 2617 2625 write(*,*) "physiq: call xios_context_finalize"
Note: See TracChangeset
for help on using the changeset viewer.