Changeset 3152 for trunk/LMDZ.COMMON/libf/evolution
- Timestamp:
- Dec 8, 2023, 11:39:04 AM (12 months ago)
- Location:
- trunk/LMDZ.COMMON/libf/evolution
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/changelog.txt
r3149 r3152 168 168 - Some cleanings throughout the code; 169 169 - 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 28 28 Note: 29 29 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."); 31 31 (ii) the usual def files to run the PCM. "run.def" should be renamed in "run_PCM.def"; 32 32 (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 47 47 use time_evol_mod, only: dt_pem 48 48 use comslope_mod, only: subslope_dist, def_slope_mean 49 use criterion_pem_stop_mod, only: criterion_waterice_stop50 49 51 50 #ifndef CPP_STD -
trunk/LMDZ.COMMON/libf/evolution/read_data_PCM_mod.F90
r3149 r3152 118 118 write(*,*) "Data for soiltemp downloaded!" 119 119 120 call get_var4(" Waterdensity_soil",watersoil_density_dyn(:,:,:,1,:))120 call get_var4("waterdensity_soil",watersoil_density_dyn(:,:,:,1,:)) 121 121 write(*,*) "Data for waterdensity_soil downloaded!" 122 122 123 call get_var3(" Waterdensity_surface",watersurf_density_dyn(:,:,1,:))123 call get_var3("waterdensity_surface",watersurf_density_dyn(:,:,1,:)) 124 124 write(*,*) "Data for waterdensity_surface downloaded!" 125 125 endif !soil_pem
Note: See TracChangeset
for help on using the changeset viewer.