Changeset 3152


Ignore:
Timestamp:
Dec 8, 2023, 11:39:04 AM (14 months ago)
Author:
jbclement
Message:

PEM:

  • The PEM deftank folder is now in LMDZ.COMMON/libf/evolution/ (not anymore in the Mars PCM deftank).
  • Small corrections related to r3149.

JBC

Location:
trunk
Files:
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/changelog.txt

    r3149 r3152  
    168168- Some cleanings throughout the code;
    169169- Small updates in files of the deftank.
     170
     171== 08/12/2023 == JBC
     172- The PEM deftank folder is now in LMDZ.COMMON/libf/evolution/ (not anymore in the Mars PCM deftank).
     173- Small corrections related to r3149.
  • trunk/LMDZ.COMMON/libf/evolution/deftank/README

    r3108 r3152  
    2828Note:
    2929  To run the chained simulation, be careful to have:
    30       (i)   the xml files for XIOS. There should be "iodef.xml", "context_lmdz_physics.xml", "file_def_physics_mars.xml" and "field_def_physics_mars.xml" which can be found in the deftank folder. In "context_lmdz_physics.xml", the line for Xdiurnalave should be activated (enabled=".true.");
     30      (i)   the xml files for XIOS. There should be "iodef.xml", "context_lmdz_physics.xml", "file_def_physics_mars.xml" and "field_def_physics_mars.xml" which can be found in the planetary deftank folder. In "context_lmdz_physics.xml", the line for Xdiurnalave should be activated (enabled=".true.");
    3131      (ii)  the usual def files to run the PCM. "run.def" should be renamed in "run_PCM.def";
    3232      (iii  the starting files ("startfi.nc" and "start.nc"). The former can be modified by "modify_startfi_orbit.sh";
  • trunk/LMDZ.COMMON/libf/evolution/evol_ice_mod.F90

    r3149 r3152  
    4747use time_evol_mod,          only: dt_pem
    4848use comslope_mod,           only: subslope_dist, def_slope_mean
    49 use criterion_pem_stop_mod, only: criterion_waterice_stop
    5049
    5150#ifndef CPP_STD
  • trunk/LMDZ.COMMON/libf/evolution/read_data_PCM_mod.F90

    r3149 r3152  
    118118        write(*,*) "Data for soiltemp downloaded!"
    119119
    120         call get_var4("Waterdensity_soil",watersoil_density_dyn(:,:,:,1,:))
     120        call get_var4("waterdensity_soil",watersoil_density_dyn(:,:,:,1,:))
    121121        write(*,*) "Data for waterdensity_soil downloaded!"
    122122
    123         call get_var3("Waterdensity_surface",watersurf_density_dyn(:,:,1,:))
     123        call get_var3("waterdensity_surface",watersurf_density_dyn(:,:,1,:))
    124124        write(*,*) "Data for waterdensity_surface downloaded!"
    125125    endif !soil_pem
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90

    r3146 r3152  
    389389call conf_phys(1,llm,nq)
    390390call initracer(ngrid,nq,qsurf)
     391
    391392! In 1D model physics are called every time step
    392393! ovverride iphysiq value that has been set by conf_phys
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r3151 r3152  
    32463246          write(str2(1:2),'(i2.2)') islope
    32473247         call write_output("perennial_co2ice_slope"//str2,
    3248      &         "Perennial c ice thickness"
     3248     &         "Perennial co2 ice thickness"
    32493249     &         ,"kg.m-2",perennial_co2ice(:,islope))
    32503250         ENDDO
Note: See TracChangeset for help on using the changeset viewer.