Changeset 3152 for trunk/LMDZ.COMMON


Ignore:
Timestamp:
Dec 8, 2023, 11:39:04 AM (12 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/LMDZ.COMMON/libf/evolution
Files:
4 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
Note: See TracChangeset for help on using the changeset viewer.