Ignore:
Timestamp:
Jan 16, 2025, 9:50:10 AM (2 weeks ago)
Author:
jbclement
Message:

Mars PCM:

  • Correction of r3581: the key-words to get 'albedo_perennialco2(1:2)" from the "callphys.def" are now 'albedo_perennialco2_north' and 'albedo_perennialco2_south'.
  • Moving 'albedo_perennialco2' from the 'paleoclimate' module to the 'surfdat_h' module.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/albedocaps.F90

    r3581 r3582  
    66use ioipsl_getin_p_mod, only: getin_p
    77use geometry_mod, only: latitude ! grid point latitudes (rad)
    8 use surfdat_h, only: TESicealbedo, TESice_Ncoef, TESice_Scoef, &
     8use surfdat_h, only: TESicealbedo, TESice_Ncoef, TESice_Scoef,       &
    99                     emisice, albedice, watercaptag, albedo_h2o_cap, &
    10                      emissiv, albedodat
     10                     emissiv, albedodat, albedo_perennialco2
    1111USE mod_phys_lmdz_transfert_para, ONLY: bcast
    1212USE mod_phys_lmdz_para, ONLY: is_master
    13 USE paleoclimate_mod, ONLY: paleoclimate, albedo_perennialco2
     13USE paleoclimate_mod, ONLY: paleoclimate
    1414
    1515implicit none
Note: See TracChangeset for help on using the changeset viewer.