Ignore:
Timestamp:
Nov 20, 2023, 1:25:31 PM (12 months ago)
Author:
jbclement
Message:

PEM:
The perennial co2 ice is now taken into account with co2 frost (qsurf) to compute the tendency and to make the update + Rework of how co2 frost is converted to perennial co2 ice at the end of the PEM run + Correction of the value of 'threshold_co2_frost2perennial' to correspond to 10 m + Perennial co2 ice is now handled outside 'paleoclimate' in "phyetat0_mod.F90" of the Mars PCM + Some cleanings.

/!\ Commit for the PEM management of co2 ice before a rework of ice management in the PEM!
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/conf_phys.F

    r3128 r3130  
    3737      use aeropacity_mod, only: iddist, topdustref
    3838      USE mod_phys_lmdz_transfert_para, ONLY: bcast
    39       USE paleoclimate_mod,ONLY: paleoclimate,albedo_perenialco2,
     39      USE paleoclimate_mod,ONLY: paleoclimate,albedo_perennialco2,
    4040     &                           lag_layer
    4141      use microphys_h, only: mteta
     
    351351
    352352
    353          write(*,*)"Albedo for perenial CO2 ice?"
    354          albedo_perenialco2 = 0.85 ! default value
    355          call getin_p("albedo_perenialco2",albedo_perenialco2)
    356          write(*,*)"albedo_perenialco2 = ",albedo_perenialco2
     353         write(*,*)"Albedo for perennial CO2 ice?"
     354         albedo_perennialco2 = 0.85 ! default value
     355         call getin_p("albedo_perennialco2",albedo_perennialco2)
     356         write(*,*)"albedo_perennialco2 = ",albedo_perennialco2
    357357
    358358! TRACERS:
Note: See TracChangeset for help on using the changeset viewer.