Changeset 3080
- Timestamp:
- Oct 10, 2023, 4:02:50 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90
r3072 r3080 25 25 use regular_lonlat_mod, only: init_regular_lonlat 26 26 use mod_interface_dyn_phys, only: init_interface_dyn_phys 27 use geometry_mod, only: init_geometry 27 use geometry_mod, only: init_geometry, init_geometry_cell_area_for_outputs 28 28 use dimphy, only: init_dimphy 29 29 use comgeomfi_h, only: sinlat, ini_fillgeom … … 38 38 use phys_state_var_init_mod, only: phys_state_var_init 39 39 use turb_mod, only: q2 40 use nonoro_gwd_ran_mod, only: du_nonoro_gwd, dv_nonoro_gwd 40 41 ! Mostly for XIOS outputs: 41 42 use mod_const_mpi, only: COMM_LMDZ … … 429 430 call init_regular_lonlat(1,1,longitude,latitude,(/0.,0./),(/0.,0./)) 430 431 call init_geometry(1,longitude,latitude,(/0.,0.,0.,0./),(/0.,0.,0.,0./),cell_area) 432 call init_geometry_cell_area_for_outputs(1,cell_area) 431 433 ! Ehouarn: init_vertial_layers called later (because disvert not called yet) 432 434 ! call init_vertical_layers(nlayer,preff,scaleheight, … … 503 505 zgam(1) = 0. 504 506 zthe(1) = 0. 507 508 ! For the non-orographic gravity waves scheme 509 du_nonoro_gwd(1,:)=0 510 dv_nonoro_gwd(1,:)=0 505 511 506 512 ! For the slope wind scheme
Note: See TracChangeset
for help on using the changeset viewer.