source: trunk/LMDZ.MARS/libf/phymars/meso_inc/meso_inc_ini_restart.F @ 1038

Last change on this file since 1038 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: 246 bytes
Line 
1! Init soil temperatures
2       ! in meso_inc_ini
3! Init fluxrad
4       fluxrad(:)=wfluxrad(:)
5! Init co2ice
6       ! in meso_inc_ini
7! Init q2
8       ! in meso_inc_ini
9! Init qsurf
10       ! in meso_inc_ini
11! Init wstar
12       wstar(:)=wwstar(:)
Note: See TracBrowser for help on using the repository browser.