Ignore:
Timestamp:
Jul 21, 2024, 1:07:18 PM (4 months ago)
Author:
abarral
Message:

Use latest FCM source (2021.05.0) [Note: we still use the legacy FCM1 build system]
Correct UTF8 encoding of french chars


Compil OK (tested: oldrad/rrtm/ecrad, para/seq/1D)
Convergence (ref r5063) bench 33x OK oldrad orch2.0 (tested: para/seq)

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  
    474474
    475475    ! 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...
    477477    IF (INDEX(var%cosp_typeecrit(iff), "once") > 0) THEN
    478478       typeecrit = 'once'
     
    576576
    577577    ! 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...
    579579    IF (INDEX(var%cosp_typeecrit(iff), "once") > 0) THEN
    580580       typeecrit = 'once'
  • LMDZ6/branches/Amaury_dev/libf/phylmd/cosp2/parasol.F90

    r5082 r5093  
    8181    ! Lum_norm=f(PARASOL_SZA,tau_cloud) derived from adding-doubling calculations
    8282    !        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°)
    8484    !        based on adding-doubling radiative transfer computation
    8585    !        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.