Changeset 3259 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Mar 11, 2024, 6:43:35 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/callcorrk.F90
r3233 r3259 1137 1137 !----------------------------------------------------------------------- 1138 1138 1139 if( fract(ig) .ge. 1.0e-4) then ! Only during daylight.1139 if((fract(ig) .ge. 1.0e-4).or.(global1d)) then ! Only during daylight. 1140 1140 if((ngrid.eq.1).and.(global1d))then 1141 1141 do nw=1,L_NSPECTV … … 1171 1171 1172 1172 ! Equivalent Albedo Calculation (for OUTPUT). MT2015 1173 if( fract(ig) .ge. 1.0e-4) then ! equivalent albedo makes sense only during daylight.1173 if((fract(ig) .ge. 1.0e-4).or.(global1d)) then ! equivalent albedo makes sense only during daylight. 1174 1174 surface_stellar_flux=sum(nfluxgndv_nu(1:L_NSPECTV)) 1175 1175 if(surface_stellar_flux .gt. 1.0e-3) then ! equivalent albedo makes sense only if the stellar flux received by the surface is positive.
Note: See TracChangeset
for help on using the changeset viewer.