Changeset 4260 for LMDZ6/trunk/libf/phylmd/tracco2i_mod.F90
- Timestamp:
- Sep 20, 2022, 4:09:50 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/tracco2i_mod.F90
r4249 r4260 226 226 227 227 DO i=1, klon 228 fco2_ocean_cor(i)=(var_fco2_ocean_cor*(RMCO2/RMC)*(pctsrf(i,is_oce)+pctsrf(i,is_sic))/ocean_area_tot/(secinday*year_len))*1.e12 228 fco2_ocean_cor(i)=(var_fco2_ocean_cor*(RMCO2/RMC) & 229 *(pctsrf(i,is_oce)+pctsrf(i,is_sic))/ocean_area_tot & 230 /(secinday*year_len))*1.e12 229 231 ENDDO 230 232
Note: See TracChangeset
for help on using the changeset viewer.