Changeset 5093 for LMDZ6/branches/Amaury_dev/libf/phylmd/cosp2
- Timestamp:
- Jul 21, 2024, 1:07:18 PM (4 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/phylmd/cosp2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/cosp2/cosp_output_write_mod.F90
r5082 r5093 474 474 475 475 ! ug On récupère le type écrit de la structure: 476 ! Assez moche, �|refaire si meilleure méthode...476 ! Assez moche, à refaire si meilleure méthode... 477 477 IF (INDEX(var%cosp_typeecrit(iff), "once") > 0) THEN 478 478 typeecrit = 'once' … … 576 576 577 577 ! ug On récupère le type écrit de la structure: 578 ! Assez moche, �|refaire si meilleure méthode...578 ! Assez moche, à refaire si meilleure méthode... 579 579 IF (INDEX(var%cosp_typeecrit(iff), "once") > 0) THEN 580 580 typeecrit = 'once' -
LMDZ6/branches/Amaury_dev/libf/phylmd/cosp2/parasol.F90
r5082 r5093 81 81 ! Lum_norm=f(PARASOL_SZA,tau_cloud) derived from adding-doubling calculations 82 82 ! valid ONLY ABOVE OCEAN (albedo_sfce=5%) 83 ! valid only in one viewing direction (theta_v=30 �, phi_s-phi_v=320�)83 ! valid only in one viewing direction (theta_v=30°, phi_s-phi_v=320°) 84 84 ! based on adding-doubling radiative transfer computation 85 85 ! for PARASOL_TAU values (0 to 100) and for PARASOL_SZA values (0 to 80)
Note: See TracChangeset
for help on using the changeset viewer.