source: trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/call_meso_physiq1.inc @ 674

Last change on this file since 674 was 674, checked in by acolaitis, 13 years ago

LES RESTART
===========

Several corrections for LES restart. Added a number of save variables from physiq to restart netcdf, so that continuity between runs can truly be achieved.
Added some lines in makemeso so that debug option "-g" also works for WRF (in addtion to the GCM physics) when compiling with ifort

===============================
WARNING WARNING WARNING WARNING
===============================

  • FROM THIS REVISION, YOU MUST MODIFY MANUALLY SOME FILES AS FOLLOW, BEFORE YOU CAN RE COMPILE THE LES :

simply copy the call_meso_physiq*.inc files in $MMM/SRC/WRFV2/ into $MMM/SRC/LES/WRFV2/.
=>> this is usually done during LES installation by $MMM/SRC/LES/LMD_LES_MARS_install

  • IF YOU WANT TO MAKE A RUN WITH RESTART FILES, YOU MUST MAKE A CLEAN RECOMPILATION OF THE MODEL WITH THE UPDATED REGISTRY AND UPDATED GCM FILES

=>> it is advised to remove your working directory (ex: lesnewphys_mpifort64) and start again with makemeso

  • IF YOU WANT TO MAKE A RUN AND GENERATE RESTART FILES, YOU MUST RECOMPILE THE IDEAL.EXE STEP AND PERFORM IT

=>> current wrfinput will not work, as it does not contain the new variables
===============================
WARNING WARNING WARNING WARNING
===============================

File size: 666 bytes
Line 
1!
2! part of the module_lmd_driver program
3! that is (number of domains)-dependent
4!
5
6
7       CALL physiq (ngrid,nlayer,nq,                              &
8               firstcall,lastcall,pday,ptime,ptimestep,                &
9               pplev,pplay,pphi,pu, pv, pt, pq, pw,                    &
10               pdu, pdv, pdt, pdq, pdpsrf, tracerdyn,          &
11               wtsurf,wtsoil,wemis,wq2,wqsurf,wco2ice,                 &
12#ifdef NEWPHYS
13               wtnom, wisoil, wdsoil, &
14#endif
15               wday_ini,                      &
16               output_tab2d, output_tab3d,    &
17               wfluxrad,wwstar,               &
18               flag_LES)
19
20
21
22
Note: See TracBrowser for help on using the repository browser.