Changeset 3572 for trunk/LMDZ.PLUTO/libf/phypluto/dyn1d
- Timestamp:
- Jan 13, 2025, 2:52:33 PM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/dyn1d/kcm1d.F90
r3184 r3572 75 75 76 76 ! not used 77 real cloudfrac(1,llm)78 real totcloudfrac(1)79 77 real tau_col(1) 80 78 … … 104 102 105 103 pi=2.E+0*asin(1.E+0) 106 107 cloudfrac(1,:) = 0.0108 totcloudfrac(1) = 0.0109 110 104 111 105 nlayer=llm … … 385 379 fluxabs_sw,fluxtop_dn,OLR_nu,OSR_nu,GSR_nu, & 386 380 int_dtaui,int_dtauv, & 387 tau_col,cloudfrac,totcloudfrac, & 388 .false.,firstcall,lastcall) 381 tau_col,firstcall,lastcall) 389 382 390 383 !write(*,*) 'BASE 3' … … 396 389 ! fluxsurfabs_sw,'T',fluxtop_lw,'U', & 397 390 ! fluxabs_sw,'V',fluxtop_dn,'W',OLR_nu,'X',OSR_nu,'Y',tau_col,'Z', & 398 ! cloudfrac,'A1',totcloudfrac,'A2',.false.,'A3',firstcall,'A4',lastcall391 ! .false.,'A3',firstcall,'A4',lastcall 399 392 400 393 … … 437 430 fluxtop_lw, fluxabs_sw,fluxtop_dn,OLR_nu,OSR_nu,GSR_nu, & 438 431 int_dtaui,int_dtauv, & 439 tau_col,cloudfrac,totcloudfrac, & 440 .false.,firstcall,lastcall) 432 tau_col,firstcall,lastcall) 441 433 442 434 … … 449 441 ! fluxsurfabs_sw,'T',fluxtop_lw,'U', & 450 442 ! fluxabs_sw,'V',fluxtop_dn,'W',OLR_nu,'X',OSR_nu,'Y',tau_col,'Z', & 451 ! cloudfrac,'A1',totcloudfrac,'A2',.false.,'A3',firstcall,'A4',lastcall443 ! .false.,'A3',firstcall,'A4',lastcall 452 444 453 445
Note: See TracChangeset
for help on using the changeset viewer.