Changeset 3258 for LMDZ6/trunk/libf
- Timestamp:
- Mar 13, 2018, 2:44:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/physiq_mod.F90
r3257 r3258 4826 4826 dryaod_diag=.FALSE. 4827 4827 ok_4xCO2atm= .FALSE. 4828 if (is_master) write (lunout,*)'ok_4xCO2atm= ',swaero_diag, swaerofree_diag, dryaod_diag, ok_4xCO2atm 4829 4830 !--setting up swaero_diag to TRUE in XIOS case 4831 IF (xios_field_is_active("topswad").OR.xios_field_is_active("topswad0").OR. & 4828 ! write (lunout,*)'ok_4xCO2atm= ',swaero_diag, swaerofree_diag, dryaod_diag, ok_4xCO2atm 4829 4830 IF (is_master) then 4831 !--setting up swaero_diag to TRUE in XIOS case 4832 IF (xios_field_is_active("topswad").OR.xios_field_is_active("topswad0").OR. & 4832 4833 xios_field_is_active("solswad").OR.xios_field_is_active("solswad0").OR. & 4833 4834 xios_field_is_active("topswai").OR.xios_field_is_active("solswai").OR. & … … 4838 4839 swaero_diag=.TRUE. 4839 4840 4840 !--setting up swaerofree_diag to TRUE in XIOS case4841 IF (xios_field_is_active("SWdnSFCcleanclr").OR.xios_field_is_active("SWupSFCcleanclr").OR. &4841 !--setting up swaerofree_diag to TRUE in XIOS case 4842 IF (xios_field_is_active("SWdnSFCcleanclr").OR.xios_field_is_active("SWupSFCcleanclr").OR. & 4842 4843 xios_field_is_active("SWupTOAcleanclr").OR.xios_field_is_active("rsucsaf").OR. & 4843 4844 xios_field_is_active("rsdcsaf") .OR. xios_field_is_active("LWdnSFCcleanclr").OR. & … … 4845 4846 swaerofree_diag=.TRUE. 4846 4847 4847 !--setting up dryaod_diag to TRUE in XIOS case4848 DO naero = 1, naero_tot-14848 !--setting up dryaod_diag to TRUE in XIOS case 4849 DO naero = 1, naero_tot-1 4849 4850 IF (xios_field_is_active("dryod550_"//name_aero_tau(naero))) dryaod_diag=.TRUE. 4850 ENDDO4851 !4852 !--setting up ok_4xCO2atm to TRUE in XIOS case4853 IF (xios_field_is_active("rsut4co2").OR.xios_field_is_active("rlut4co2").OR. &4851 ENDDO 4852 ! 4853 !--setting up ok_4xCO2atm to TRUE in XIOS case 4854 IF (xios_field_is_active("rsut4co2").OR.xios_field_is_active("rlut4co2").OR. & 4854 4855 xios_field_is_active("rsutcs4co2").OR.xios_field_is_active("rlutcs4co2").OR. & 4855 4856 xios_field_is_active("rsu4co2").OR.xios_field_is_active("rsucs4co2").OR. & … … 4858 4859 xios_field_is_active("rld4co2").OR.xios_field_is_active("rldcs4co2")) & 4859 4860 ok_4xCO2atm=.TRUE. 4860 if (is_master) write (lunout,*)'ok_4xCO2atm= ',swaero_diag, swaerofree_diag, dryaod_diag, ok_4xCO2atm 4861 endif 4862 !$OMP BARRIER 4863 call bcast(swaero_diag) 4864 call bcast(swaerofree_diag) 4865 call bcast(dryaod_diag) 4866 call bcast(ok_4xCO2atm) 4867 ! write (lunout,*)'ok_4xCO2atm= ',swaero_diag, swaerofree_diag, dryaod_diag, ok_4xCO2atm 4861 4868 #endif 4862 4869 endif
Note: See TracChangeset
for help on using the changeset viewer.